body {
    background-image: url('../assets/logo-bg-black.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-x: center;
    background-color: black;
    color: #fff;
    font-family: monospace;
}
#soon {
    height: 100vh;
    width: 100%;
    text-align: center;
}

h1 {
    font-size: 2rem;
    font-weight: 200;
}
p {
    font-size: 20px;
    font-weight: 400;
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

a:hover {
    font-style: italic;
}

@media (min-width: 500px) {
    body {
        background-position-y: top;
        background-size: 350px;
    }
}
