/* Made By Kabyle */
.statistics-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
}

.statistics-section h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.stat-card {
    background-color: #282840;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-title {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 5px;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.stat-link {
    display: block;
    padding: 10px;
    background-color: #3b3b55;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.stat-link:hover {
    background-color: #5a5a7c;
}
.discord-invite {
    background-color: #5865F2; 
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.discord-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.discord-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #2c2f33; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.discord-button:hover {
    background-color: #23272a;
}

.discord-logo {
    width: 80px; 
    height: 80px;
}

.discord-logo img {
    max-width: 100%;
    height: auto;
}

.discord-invite::before, .discord-invite::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 10%;
    left: -50px;
    transform: rotate(45deg);
}

.discord-invite::after {
    top: 80%;
    right: -50px;
    transform: rotate(-45deg);
}

tbody{
	background-color: rgba(0, 0, 0, 0.5);
}

.content {
    background-image: url('final.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
	padding: 20px;
}
