body {
    width: 100wv;
    background-color: #272323;
    padding: 0;
    margin: 0;
    color: white;
    font-family: 'Lilita One', sans-serif;
}

.container {
    width: 100%;
    height: calc(100vh - 80px - 4rem - 80px - 4rem);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
}

#countdown {
    font-size: 2rem;
    margin-top: 0;
}

.title {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.top {
    display: flex;
    width: 80vw;
    height: 80px;
    justify-content: space-between;
}

.bottom-container {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom {
    display: flex;
    width: 80vw;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 500px;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 650px;
    width: 100%;
}

h2 {
    text-align: right;
    font-size: 2.5rem;
}

p {
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    color: #b339e3;
}
