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

    h2 {
        font-size: 1.5rem;
    }

    header, footer {
        border-radius: 10px;
        font-size: 20px;
    }
   
    header img {
        box-shadow: 0 0 30px rgba(6, 71, 252, 0.76);
        float: right;
        border-radius: 0 10px 0 0;
    }
    
}