body {
    background-image: url("../img/bg-e743a661277643475635b2629b4736f3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.discord-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
}

.discord-button i {
    font-size: 1.5rem;
}

.page.page-center {
    backdrop-filter: blur(4px);
}

[data-bs-theme="dark"] body {
    background-color: #0f172a;
}

.guest-card,
.guest-card .card-body {
    background-color: #ffffff;
}

[data-bs-theme="dark"] .guest-card,
[data-bs-theme="dark"] .guest-card .card-body {
    background-color: #ffffff;
    color: #0f172a;
}
