@media (min-width: 32.5em) {
    h1 {
        font-size: 2.5rem;
        margin: 0.15rem;
    }
}

h2 {
    font-size: 2.5rem;
}
header img {
 box-shadow: 0 0 30px #444;    
 float: right;
 border-radius: 0 10px 0 0;
}