body {
background-color: black;
}
.container {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
h1 {
color: blue;
}
iframe {
width: 80%;
height: 500px;
}
p {
color: red;
}