.home-bg-mobile {
    display: none;
}

.announcement-content {
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
}

a {
    color: #fff;
}

.discord-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1000000;
}

.container .card {
    width: 100%;
    max-width: 550px;
    min-height: 350px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: grid;
    place-content: center;
}

.container .card .content {
    padding: 20px;
    text-align: center;
}

.container .card .content h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}

.container .card h1 {
    margin: 0;
    margin-top: 15px;
    color: #fff;
}

.container .card p {
    text-align: center;
}

.button {
    color: #fff;
    font-size: 25px;
    border: 1px solid #5164f5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #5164f5;
}

.join-cta {
    width: 68px;
}

.button span {
    margin-left: 10px;
    margin-bottom: 3px;
    color: #fff;
}

.timer-container {
    z-index: 1000;
}

.discord-vid {
    top: 0%;
    left: 38%;
    transform: translateY(-100%);
    width: 380px;
}

@font-face {
    font-family: sevenSegment;
    src: url(/seven-segment.ttf);
}

span.clock {
    font-family: sevenSegment;
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.59);
}

span.dot {
    font-family: 'Jost*';
    font-size: 1.5rem;
}