body {
    background-color: lightgreen;

h1 {
    text-align: center; 
}

.video-container {
    display: flex;
    justify-content: space-between;
}

iframe {
    width: 30%;
    height: 315px;
}