html, body {
    margin: 0;
    height: 100%;
}

h2, h3, h4, ul, li {
    color: #d9d9d9;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 22px;
}

h4 {
    text-align: left;
    margin: 0 30px;
}

div#main {
    width: 100%;
    top: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/studio_720px.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 360px) {
    div#content {
        margin-top: 20px !important;
    }

    div.logo span.name {
        font-size: 150px !important;
    }

    div.logo span.slogan {
        font-size: 60px !important;
    }

    div#content {
        width: 350px !important;
    }

    .logo {
        width: 300px;
        margin: 10px auto 0;
    }
}

@media (min-width: 660px) {
    div.logo span.name {
        font-size: 150px !important;
    }

    div.logo span.slogan {
        font-size: 60px !important;
    }

    div#content {
        width: 650px !important;
    }
}

@media (min-width: 800px) {
    div#content {
        width: 780px !important;
    }
}

@media (min-width: 641px) {
    div#main {
        background-image: url("../img/studio_1920px.jpg");
    }
}

@media (min-width: 1921px) {
    div#main {
        background-image: url("../img/studio_3440px.jpg");
    }
}

@media (min-height: 790px) {
    div#main {
        height: 100%;
    }
}

div#content {
    background: rgb(33, 33, 33, 0.6);
    width: 550px;

    box-shadow: #eeeded26 0px 0px 10px;
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.font-source-serif {
     font-family: "Source Serif 4", serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
 }

div.logo span.name {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: #fefefe;
    display: block;
    margin: 20px auto 10px;
    text-align: center;
}

div.logo span.slogan {
    font-family: "Calligraffitti", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #f972cb;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-shadow: #cc3d9b 1px 1px 8px;
}

#countdown {
    margin-top: 100px;
}

div.description {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

ul, ul li {
    list-style: none;
    text-align: left;
}

ul {
    margin: 12px 0;
}