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

    header, body, footer{
        max-width: 800px;
      }

    header {
        font-size: larger;
        border-radius: 5px;
        padding: 10px;
    }
    
    h2 {
        font-size: large;
    }

    header img {
        float: right;
        width: auto;
        height: 300px;
        box-shadow:1px 2px 2px 1px black;
        margin-right: 10px;
        margin-top: 5px;
    }
    
    footer {
        border-radius: 5px;
        padding: 10px;
    }
}