body {
    background-image: url(../img/aec.jpg) fixed no-repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    font-size: large;
   
   /* color: #5e3c00;
*/
}
.major {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 20px;
    transition: 0.5s;
}
h1,h2,h4{
    text-align: center;
    
    font-family: 'Playfair Display', serif;
}
p{
    color: black;
}
i{
    color: Black;
}