.twitch-login-button {
    background-color: #788DF3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    text-color: white;
}

#particles-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* S'assurer que le fond est derrière les autres éléments */
    background-color: #000; /* Optionnel, définit une couleur de fond */
}
