body{
background-color: black;
color: green;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

.nowplaying{
border: dotted 5px green;
border-radius: 30px;
width: 500px;
}

.playlists{
border: dotted 5px green;
border-radius: 30px;
width: 500px;
}

.homebtn{
color: orange;
background-color: black;
border: dotted 5px orange;
border-radius: 10px;
}