@media only screen and (min-width: 80rem) {
    main {
        width: 960px;
    }
    h1 {
        font-size: 4rem;
    }
    .motto {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    nav a {
        font-size: 1.5rem;
    }
    footer {
        font-size: 1.5rem;
        max-width: 1000px;
    }
}