body{
    background-color: rgb(0, 0, 0);
    font-family: 'Times New Roman', Times, serif;
}
header{
   text-align: center; 
   font-size: x-large;
   color: rgb(13, 6, 61);
   padding: 20px;
   background-color: rgb(249, 189, 9);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


article{
     font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     background-color: rgb(0, 0, 0);
     text-align: center;
     color: yellow;
     padding: 20px;
}