body {
    background-image: url('immagini/sf1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.container-white {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
    color: #333;
    margin-bottom: 20px;
}

.data-link {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.data-link:hover {
    text-decoration: underline;
}

.table-striped > tbody > tr > td {
    background-color: transparent !important;
}

.punteggio-vincente {
    color: green !important;
    font-weight: bold;
}

.punteggio-perdente {
    color: red !important;
}

.punteggio-pareggio {
    color: blue !important;
}

.asso-bello {
    color: gold !important;
    font-weight: bold;
}
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}
