/* Styles for the discord invite */
body {
    font-family: 'Inter', sans-serif;
    background-color: #1e1f22;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}
@media (max-width: 640px) {
    .invite-card {
        width: 100%;
        margin: 0 10px;
    }
}