html,body {
  background-color:white;
  background-image:url("https://behindtheviewfinder.com/content/images/size/w2000/2015/03/20150307-IMGP1996-LR-1.jpg");
  background-repeat:round;
  font-family:"Times";
  text-align:justify;
  cursor:url(),auto;
}

h {
  font-size:25px; 
  text-decoration:none;
  color:black;
}

h1 {
  font-size:18px;
  text-decoration:none;
  color:white;
}

a {
  text-decoration:none;
  color:black;
}

.side {
  position:relative;
  left:100px;
  width:800px;
}

.footer {
  position:relative;
  bottom:0px;
  left:0px;
  padding:20px;
  width:100%;
  background-color:transparent;
  color:black;
  text-align:center;
}

.nav {
  position:fixed;
  left:30px;
  top:20px;
  overflow:scroll;
  padding:0px;
  float:left;
  list-style-type: none;
  line-height:15px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  text-align: left;  
}

.nav::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.text { 
  background-color: purple; 
  text-align:center; 
  width:100%; 
  margin-top:0px;
  text-decoration: none;
}

.mainbody {
  position:absolute;
  left:20%;
  top:0px;
  width:60%;
  padding: 10px;
  background-image:url("https://fauux.neocities.org/bg_dark_anim_0_08.gif");

}

div.border {
  float:right;
  width:500px;
  margin:auto;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  padding:5px 10px;
  margin-bottom:20px;
}


div.butstons {
	text-align:center;
	width:300px;
  position:relative;
  left:20px;
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
}

.buttondiv {
  margin:0 auto;
  width:75%;
  text-align:center;

}

.albumCover {
  height:200px;
  width:200px;
}

.notbold{
    font-weight:normal;
}

.main { 
    overflow-y: hidden
}

#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

a { text-decoration: none; }
a:visited { text-decoration: none; color:red; }
a:hover { text-decoration: none; color:blue; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:black }