body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
h1 {
    color: #007bff;
}
.container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.logo {
    max-width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
}
.button:hover {
    background-color: #0056b3;
}


/* Style du conteneur de navigation */
header nav {
    background-color: #36393f;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style des liens dans la partie gauche du menu */
.nav-left a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    transition: color 0.3s;
}

/* Style des liens au survol */
.nav-left a:hover {
    color: #7289da;
}

/* Style du bouton de connexion dans la partie droite du menu */
.discord-btn {
    background-color: #7289da;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

/* Style du bouton de connexion au survol */
.discord-btn:hover {
    background-color: #5469d4;
}

/* Style du texte de bienvenue */
.nav-right span {
    color: #fff;
    margin-right: 20px;
}

.sdcpj {
    color: white;
    font-weight: bold;
    margin-right: 20px;
}