*
{
    margin: 0;
    padding: 0;
    color: whitesmoke
}

body, html {
    height: 100%;
    background-color: rgba(27, 27, 27, 1);
}

main {

    /* height: 100%; */
}

h1 {
    text-align: center;
}

.topleft {
    text-align: center;
    padding-top: 30px;
    
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    text-align: center;
    margin-top: 60px;
}

hr {
    margin: auto;
    border-color: #b99443;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comming-soon {
    font-size: 50px;
    letter-spacing: 13px;
    text-transform: uppercase;
    text-align: center;
}

.contact {
    margin-top: 60px;
    text-align: center;
}

.contact a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

#remaining-days {
    font-size: 2rem;
}