.aurora-update{
    margin-top: 150px;
    height: 1000px;
}
.video-container {
    width: 100%;
    height: 50%;
    text-align: center;
}
  
.video-container iframe {
    margin: 0 auto;

}
body{
    background-image: url(../images/aurora-update.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font-family: 'RiotGames', sans-serif;
}
ul {
    text-align: center;
    list-style-position: inside;
}
.background{
    background-color: rgb(87, 87, 87);
    padding: 20px;
    border: 1px solid #ddd;
    color: white;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
}
.background h2{
    width: 45%;
}
.background p{
    width: 65%;
}

@media only screen and (max-width: 700px) {
    .background {
        flex-direction: column;
    }
}