body {
    font-family: Arial, sans-serif;
    /* margin: 20px; */
    background-color: #f4f4f4;
    color: #333;
}
h1 {
    /* color: dodgerblue; */
    color: #007bff;
    text-align: center;
    /* margin-bottom: 30px; */
}
table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}
th, td {
    /* padding: 12px 15px; */
    padding: .5em .75em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #007bff;
    color: white;
    /* text-transform: uppercase; */
    letter-spacing: 0.03em;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #e9e9e9;
}

td, th {
    text-align: center;
}

.jugador {
    text-align: left;    
}

.elo {
    font-weight: bold;
}

.varmes, .varanio {
    text-align: right;
}

/* caption {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #555;
} */
