@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


body {
 background: #202A44;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color:white;
}

h1, h2 {
 text-align: center;
 color: #ffe;
 font-size: 2rem;
}

.container {
 margin: 0 auto;
 margin-top: 3rem;
 width: 500px;
 height: 375px;
 border: 10px solid #B0DBF1;
 border-radius: 6px;
}

#video {
 width: 500px;
 height: 375px;
 background: #ccc;
}

p {
    color:  white;
    text-align: center;
}


.article{
    text-align: left;
    padding: 3% 20% 1%;
}

.article p, .article ul{
    text-align: left;
}


.article a{
    color:yellow;
}