body{
    background-color: rgb(0, 0, 0);
   font-family: 'Times New Roman', Times, serif
}
header{
    text-align: center;
    font-size: x-large;
    color: rgb(20, 4, 52);
    padding: 20px;
    background-color: rgb(255, 208, 0);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

article{
     font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     text-align: center;
     background-color: rgb(249, 0, 0);
     color: rgb(12, 12, 86);
}

footer{
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(255, 0, 0);
    color: rgb(17, 17, 84);
    font-size: xx-small;

}