body{
    font-size: 40px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}


.container {
border: 2px solid #27ae60;
border-radius: 10px;
padding: 20px;
margin-bottom: 400px;
max-height: 100%;
display: block;
margin-top: 200px;
max-width: 1045px;
background-clip: border-box;
justify-content: center;
align-items: center;
}
h2 {
color: #8a0c0c;
text-align: center;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 200px;
overflow: hidden;
max-width: 100%;
}
.video-container iframe {
position: absolute;
top:0;
left:200px;
width: 100%;
height: 100%;

}