@media only screen and (min-width: 32.5em){
    h1{
        font-size: 2.5rem;  
    }

    h2{
        font-size: 1.5rem;
}

header, footer{
    border-radius: 10px;
}
img{
    border-radius: 0 10px 0 0;
    right: 70px;
    box-shadow: 10px 22px 27px 11px rgba(0,0,0,0.77);
}
}