@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url("https://use.typekit.net/voi2bok.css");

body {
    font-size: 0.9em;
    font-family: 'Oxygen', sans-serif;
    color: #191919;
}

#logo {
    width: 24rem;
    max-width: 384px;
    display: block;
    margin: auto;
}

h1 {
    /* font-family: good-times-bad-times,sans-serif;
    font-weight: 900;
    font-style: normal; */
    font-size: 3rem;
    text-align: center;
    color: #040404;
    display: none;
}

.content {
    width: 100%;
    max-width: 420px;
    margin: 16% auto 0;
    text-align: center;
}

.slogan {
    margin-top: 6%;
}

.slogan p {
    text-align: center;
    font-style: italic;
}

footer .cs {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
