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

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    header,
    footer,
    footer a {
        border-radius: 10px;
    }

    header img {
        box-shadow: 0 0 30px #444;
        float: right;
        border-radius: 0 10px 0 0;
        width: 180px;
        margin: 10px;
    }
}