.page{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-dark);
}

.discord-btn {
    border: none;
    border-radius: 10px;
    background-color: var(--discord-color);
    color: white;
    outline: none;
    font-size: 30px;
    font-family: "Chakra Petch", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    padding: 20px 50px;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
}
