@media only screen and (min-width: 32.5em) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    header,
    footer {
        border-radius: 15px;
    }

    header img {
        float: right;
        box-shadow: 5px 5px 5px #A9A9A9;
        border-top-right-radius: 8px;
    }
}