body
{
    background-color: lightgray;
    scrollbar-color: transparent grey;
    font-family: monospace;/* Hide horizontal scrollbar */
}

button
{
    width: 200px;
    height: 50px;
    background-color: darkslategrey;
    color: white;
    text-align: center;
    text-overflow: ellipsis;
}



.Settings
{
    margin-left: 1vw;
    margin-right: 1vw;
}

.Spotify
{
    margin-left: 1vw;
    margin-right: 1vw;
}

label
{
    display: inline-block;
    width: 15vw;
}

#CanvasParent
{
    height: fit-content;
    text-align: center;
}

