@media screen and (min-width: 40em){
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    nav ul {
        flex-flow: row wrap;
    }  
}
