body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
	background-image: url('../img/chernarus-landscapes.jpg')  !important;
    background-size: cover;
    background-attachment: fixed; /* A háttér fix marad */
    color: white;
}
}

.table-dark th, .table-dark td {
    color: white;
}

.accordion-button {
    background-color: #444;
    color: white;
    cursor: pointer;
}

.accordion-button:hover {
    background-color: #333;
}

.accordion-body {
    background-color: #555;
    color: white; /* Fehér szöveg a lenyíló részben */
}

.accordion-body ul {
    list-style-type: none;
    padding-left: 0;
    color: white; /* Fehér szöveg a listában */
}

.table-details {
    width: 100%;
}

.table-details th, .table-details td {
    border: 1px solid #444;
    color: white; /* Fehér szöveg a részletek táblázatában */
}

.player-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.player-name i {
    margin-left: 10px;
}

.gold {
    color: gold !important;
}

.number {
    margin-right: 10px;
}

.fallen-titan-logo {
    max-width: 20%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}
