/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #1a2d1d; /* bg-gray-900 */
}

/* Header Styles */
.header-background {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-logo {
    margin-top: 33px;
    margin-bottom: 1rem;
    width: 270px;
    height: 270px;
}

/* Navigation Styles */
.nav-section {
    background-color: #30482d; /* bg-gray-800 */
    padding: 1rem 0;
}

.nav-section a span#discord {
    background-color: #3961a2; /* bg-green-600 */
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
}
.ip-button {
    background-color: #d05353; /* bg-green-600 */
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
}
.store-link {
    background-color: #38a169; /* bg-green-600 */
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
}

/* Main Section Styles */
.main-section {
    padding: 2rem 1rem;
}

.pagination-container {
    background-color: #2f482d; /* bg-gray-800 */
    padding: 1rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.server-info {
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 100%;
}
.pagination-button.disabled {
    background-color: #4a684e;
    cursor: not-allowed;
    opacity:0.5;
}

.pagination-button {
    background-color: #4a684c; /* bg-gray-700 */
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
}
.page {
    display: none;
}

.page.active {
    display: flex;
}
.page {
    align-items: flex-start; /* Alinea los elementos en la parte superior */
    gap: 1rem; /* Espacio entre la imagen y el texto */
}

.page img {
    width: 100px; /* Tamaño fijo de la imagen */
    height: auto; /* Mantiene la proporción de la imagen */
    flex-shrink: 0; /* Evita que la imagen cambie de tamaño */
}

.page span {
    flex: 1; /* Permite que el texto ocupe el espacio restante */
}
a {
    color:#30c030;
}
img {
    width: 105px;
    flex-shrink: 0;
    height: auto;
}
