.page   {
    margin: 60px 0px;
}

#selectors {
    background-image: url('tab_tbc.png'); /* Chemin de l'image de fond */
    background-size: cover;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selector {
    max-width: 30%;
    margin-top: 25%;
    text-align: center;
}

button {
    display: block;
    margin: 10px auto;
}

#result {
    text-align: center;
    font-family: 'display', sans-serif; /* Remplace 'YourFontName' par la police de ton choix */
    font-size: 100px; margin-top: 20px
}