* {
    scrollbar-color: #454a4d #202324;
}

html, main {
    background-color: #181a1b;
    color: white;
}

#login-btn {
    background-color: #1DB954;
    cursor: pointer;
    margin-top: 10px;
}

.spotify-icon {
    width: 40px;
    padding-right: 10px;
}

.center {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}

.no-display {
    display: none !important;
}

#playlist-btn {
    margin-right: 3px;
}