/* DISCORD BAR */

.discord-bar {
    user-select: none;
    margin: 0;
    text-align: center;
    margin-bottom: 2vw;
    
}

.discord-bar a {
    color: white;
    text-decoration: none;
    margin: 0;
}

.discord-button img {
    max-width: 2.5vw;
}

.discord-button {
    gap: 1vw;
    color: white;
    font-size: 2vw;
    border-radius: 0.5vw;
    margin: 0 12vw; /* If it's too squishy, lower these or remove 'em */
    background-color: #3643ff65;
    backdrop-filter: blur(10px);
    user-select: none;
    width: 80vw;
    margin-right: 10vw;
    margin-left: 10vw;
    height: auto;
    padding: 0.5em;
    box-sizing: border-box;
    justify-content: center;
}

.discord-button:hover {
    background-color: #2a3191;
    transition: 1s ease-in-out;
}
