.unavailable-text {
    text-align: center;
    font-family: "Articulat CF", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-top: 48px;
    max-width: 50vw;
}

.unavailable-text .colored {
    background: linear-gradient(90deg, #EECC78 2.44%, #C39F45 44.15%, #EECC78 85.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unavailable-text a {
    text-decoration: underline;
}

.link-container {
    position: relative;
}

.link-container::before {
    position: absolute;

    width: 100%;
    height: 3px;

    bottom: 3px;
    left: 0;

    content: '';

    background: linear-gradient(90deg, #EECC78 2.44%, #C39F45 44.15%, #EECC78 85.85%);
}

.logo {
    width: 100%;
    max-width: 408px;

    height: 48px;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: url(../images/new-year/background-pc.png) no-repeat;
    background-size: cover;

    text-transform: unset;
}

.desktop-container {
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


@media (max-width: 768px) {
    .unavailable-text {
        font-size: 32px;
        max-width: 85vw;
    }
}
