body {
  background-color: black;
  background-image:url("https://bettysgraphics.neocities.org/images/backgrounds/529.GIF");
  font-family: ms gothic;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
  font-family: ms gothic;  
}


.sidebar{
width:230px ;
float: left;
position: relative;
left: 300px;
margin-top: 40px;
}    
   
#int{
overflow: scroll;
overflow-x: hidden;
width:500;
height: 550px;
color: white;
border-style: solid;
border-color: white;
overflow-y: scroll;
overflow-x: hidden;
}
.city{
 background-color: black;
    }
#mefr{
overflow: scroll;
overflow-x: hidden;
width:500;
height: 550px;
border-style: solid;
border-color: white;
color: white;

    }
#active {
color: white;
overflow: scroll;
overflow-x: hidden;
width:500;
height: 550px;
border-style: solid;
border-color: white;
}
.leftside{
    float: left;
position: relative;
left: 150px;
}
.container{
margin-top: 50px;
width:500px;
height:700px;
font-size:15px;
border-color: white;
    }
.webdeck{
height: 250px;
width: 600px;
float: right;
position: relative;
bottom: 700px;
right: 50px;

}
.header-inner{
    color: white;
}
@media screen and (max-width:1231px) and (min-width:600px){
  

}
::-webkit-scrollbar {
  width: 5px;
}
<!-- (c) Layout created by Darren! (https://layouts.spacehey.com/layout?id=101541) -->

<style>
  @keyframes spin {
    100% {
      transform:rotate(360deg);
    }
  }
  
  .recordPlayer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .cd{
    height: 150px;
    margin-left: 55px;
    padding: 10px;
    animation: spin 1.88s linear infinite;
    position: absolute;
  }
  .cdCover {
    height: 150px;
    position: relative;
    z-index: 1;
    margin-right: 55px;
  }

  @keyframes spin {
    100% {
      transform:rotate(360deg);
    }
  }
  
  .recordPlayer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .cd{
    height: 150px;
    margin-left: 55px;
    padding: 10px;
    animation: spin 1.88s linear infinite;
    position: absolute;
  }
  .cdCover {
    height: 150px;
    position: relative;
    z-index: 1;
    margin-right: 55px;
  }
