@media only screen and (max-width: 36em){
    nav{
        display: block;
    }

    header{
        font-size: 0.85em;
    }
}