body 
{
    background: #0f0f1a;
    color: white;
    padding: 30px;
    font-family: sans-serif;
}

.server-card {
    background: #000000;
    color: rgb(255, 255, 255);
    padding: 15px ;        /* padding uniforme, pas juste en haut */
    font-family: sans-serif;
    width: 100%;               /* prend toute la largeur */
    box-sizing: border-box;    /* le padding ne déborde pas */
    margin-bottom: 8px;        /* espace entre les cartes */
    border-radius: 9px;        /* optionnel, arrondi les coins */
}

.server_title
{
    margin-top: 0px;        /* espace entre les cartes */
}

#servers_list_title
{
    text-align: center;
}