@font-face{
  font-family: georgia;
  src: url(https://files.catbox.moe/edgesj.ttf);
}
 html,body{
      user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
main{
  margin: auto;
  width:600px;
  height:900px;
  margin-top:10px;
}
#info{
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  background: white;
  padding: 3px;
  display: flex;
}
#albums{
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  background: white;
  padding: 3px;
}
#albums h1{
  padding: 0;
  margin: 0;
}
#inner{
  width: 594px;
  height: 200px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
p{
  padding:0px;
  margin: 0px;
}
a{
  color: white;
}
header img{
  margin-bottom: 10px;
}
body{
  overflow: auto;
  background: black;
  color: white;
  font-family: georgia;
}      