.discord-login-button {
    display: inline-block;
    background-color: #5865F2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.discord-login-button:hover {
    background-color: #4752C4;
}