@media screen and (max-width: 1000px) {
    header {
        height: 50vh;
    }
    
    h1 {
        font-size: 40px;
    }
}