main {
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin: 0 auto;
  max-width: 1200px;
}

.logo {
  height: 200px;
}

section p{
    font-size: 24px !important;
}
section a{
    
    text-decoration: none;
}
footer{
    text-align: center;
    font-size: 20px;

}
footer a{
    
    text-decoration: none;
}


@media screen and (max-width:724px){
    main{
        max-width: auto;
    }
   
}
