body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #121212;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 0;
}

button{
    padding: 10px 20px;
    background-color: #1DB954;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
}

#message1{
    margin-top: 20px;
}

#playlistSelect{
    padding: 7px 100px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #121212;
    margin: 30px;
    color: aliceblue;
}