html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Quache";
    src: url(/Quache-BoldExp_PERSONAL.ttf);
}

body {
    margin: 0 auto;
    width: 100%;
    color: #444444;
    background: #fef9e9;
}

main {
    width: 90%;
    margin: auto;
}

/* Hero section */
.hero {
    height: 100%;
    margin-top: 2rem;
}

.logo {
    max-height: 5.3125rem;
}

.hero p {
    font-family: "Quache", Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
}

.coming {
    margin: 14rem 0 0;
    font-size: 6rem;
    line-height: 1.6;
}

.busy {
    margin: 10rem 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #BCCDBB;
}

/* Footer */

footer {
    flex-shrink: 0;
    padding: 13rem 0 0;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .logo {
        max-height: 3rem;
    }
    .coming {
        margin: 8rem 0 0;
        font-size: 3rem;
    }
    .busy {
        margin: 6rem 0 0;
        font-size: 1rem;
    }
    footer {
        padding: 6rem 0 0;
    }
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}