html {
    font-size: 16px;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: normal;
    background: black;
    background-size: cover;
}

.container {
    text-align: center;
    outline: 2px solid #333;
    border-radius: .2rem;
    padding: 1rem;
    margin: .5rem;
    max-width: 600px;
    background: white;
}

.inner-container {
    padding: 1rem;
    outline: 3px solid #333;
}

@media (max-width: 600px) {
    .container {
        max-width: 90%;
    }
}

.rinse {
    font-family: "rinse", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo {
    width: 90%;
    max-width: 480px;
}

.coming-soon {
    font-size: 2em;
    color: #333;
}

#coming-soon-header {
    font-family: "new-spirit", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
}

#coming-soon-timeline {
    font-size: 2.5rem;
    font-style: normal;
    font-family: "new-spirit", serif;
    font-weight: 500;
    margin: .2rem;
}

/* Countdown Styling */
#countdown {
    font-family: "new-spirit", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}

/* Add a subtle wooden plaque effect */
#countdown {
    background: #f3ead8;
    border: 3px solid #3b2f2f;
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 1rem;
}

.wood-sub {
    font-family: "rinse", sans-serif;
    font-weight: 400;
    font-style: normal;
}