 .headerfile {
     height: 10%;
     background-color: whitesmoke;
     background-image: url("../main-images/header.png");
     background-repeat: no-repeat;
     background-size: 50% 100%;
     background-position: center;
 }
 
 .footerfile {
     height: 10%;
     background-color: forestgreen;
     color: #FFFFFF;
     font-family: Times;
     text-transform: uppercase;
     font-size: 20px;
     text-align: center;
     font-weight: bold;
 }