body{
    background-color: rgb(217, 237, 255);
    max-width: 600px;
    margin:auto;
}

.navcolor, .tmblue {
    color:#009cab
   

}
 h1, h4 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-display: auto;
    color: #fa6432;
    line-height: 24px;
 }
 h2 {
    font-size: 18px;
    line-height: 20px;
    color:#009cab
 }

 p {
    font-size: 14p;
    line-height: 20px;
    color: #111111;
    font-weight: 400;
    width: 960px;
    
 }

 figure {
   float: left;
   max-width: 50%;
   margin: 0 20px;
 }
img {
   max-width: 100%;
}


footer {
   background-color: #ff7d52;
   margin: auto;
}
