@media (max-width: 1024px) and (min-width: 768px) {
    h1 {
        font-size: 64px;
    }
    
    h2 {
        font-size: 48px;
    }
    
    h3 {
        font-size: 36px;
    }
    
    h4 {
        font-size: 24px;
    }

    html {
        font-size: 12px;
    }

    body {
        margin-left: 3%;
        margin-right: 3%;
    }
    
    .menu {
        font-family: inherit;
        font-size: 32px;
    }

    html {
        font-size: 20px;
    }

    .logo {
        width: 500px;
        height: 75px;
    }
}