*{
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
   
}
h1 {
    margin-top: 20px;
    font-size: 2rem;
}
.sports {
    margin: 40px;
}
.sports h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ligues {
    display: table;
    margin: 0 auto;
}
.sections {
    display: table-row;
}
.choix {
    display: table-cell;
    padding: 10px 20px;
    font-size: 1rem;
}
.choix a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}
.choix a:hover {
    text-decoration: underline;
}
.chois:first-child {
    font-weight: bold;
}
footer{
    background-color: #f5f5f5;
}
h6{
    color : black;
}