* {
    font-family: "Hammersmith One", sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Hammersmith One", sans-serif;
    background: #040504;
    color: #F6F8F5;
}

body::selection, html::selection {
    color: #8C02B5;
    background-color: #040504;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.content {
    margin: 35px 30px;
    position: relative;
    z-index: 1;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo svg {
    width: 150px;
}

.follow-btn {
    background: #F6F8F5;
    color: #040504;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #F6F8F5;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
}

.follow-btn:hover {
    transform: scale(1.1);
}

.status {
    margin-bottom: 50px;
    margin-top: 80%;
}

.status h1 {
    font-size: 35px;
    margin: 12px 0;
    font-weight: bold;
}

.status p {
    color: rgb(246, 248, 245, 20%);
    font-size: 18px;
    margin: 0;
    font-weight: 100;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: rgb(246, 248, 245, 25%);
    z-index: 200;
    background-color: #040504;
}

footer a {
    color: rgb(246, 248, 245, 25%);
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    color: #8C02B5;
}

.legal-text {
    margin-top: 10px;
    height: 100%;
    margin-bottom: 100px;
}

.legal-text h1 {
    font-size: 24px;
}

/* SM - Small (≥ 576px) */
@media (min-width: 576px) {
}

/* MD - Medium (≥ 768px) */
@media (min-width: 768px) {
    .content {
        margin: 75px 150px;
    }
    .logo svg {
        width: 220px;
    }
    body, html {
        overflow: initial;
    }
    .legal-text {
        margin-top: 100px;
    }
    .status {
        margin-top: 380px;
    }
}

/* LG - Large (≥ 992px) */
@media (min-width: 992px) {
    .content {
        margin: 75px 250px;
    }
    .logo svg {
        width: 270px;
    }
    body, html {
        overflow: hidden;
    }

}

/* XL - Extra Large (≥ 1200px) */
@media (min-width: 1200px) {
    .content {
        margin: 75px 350px;
    }
}

@font-face {
    font-family: 'Hammersmith One';
    src: url('fonts/HammersmithOne-Regular.woff2') format('woff2'),
         url('fonts/HammersmithOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
