body {
background-image: url(MusicLibrary/MusicLibraryBG.jpg);
margin: 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100vw;
height: 100vh;
overflow-x: hidden;
}

#SideRoulette {
background-image: url(MusicLibrary/AlbumRoulette.png);
background-size: cover;
height: 102vh;
width: 15em;
margin-top: -1em;
margin-left: -1em;
display: inline-block;
position: absolute;
}














