li{
    text-align: center;
    font-size: 1.5em;
}

thead{
    text-align: center;
}

td{
    text-align: center;
}

li{
    font-weight: bold;
}

.dropdown-item{
    cursor: pointer;
}

body{

    /* background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/74/FIA_F1_Austria_2022_Nr._16_Leclerc.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    
}

@media (max-width:1500px){
    body{

        background-image: url('');
        
    }

}