body{
  color:white;
  background:url("/bg1.gif");
  font-family: Arial,Sans-Serif;
  }
a{
  color:white;
  text-decoration:none;
  }
.linkbox{
  background-color:black;
  border:2px solid #4d939b;
  padding:2px 2px;
  min-width:130px;
  max-width:130px;
  margin:0 20px;
  }
.linkbox:hover{
  margin-left:40px;
  background-color:#302d4f;
  font-style:italic;
  }
.leftbox{
  min-width:198px;
  max-width:198px;
  padding:20px 0;
  border:3px solid white;
  margin-right:-3px;
  }
.fullbox{
  min-width:923px;
  max-width:923px;
  height:750px;
  margin:0 auto;
  display:flex;
  padding: 0 0;
  background-color:#0a091688;
  }
.midbox{
  width:480px;
  padding:0 20px;
  border:3px solid white;
  color:white;
  overflow:scroll;
  }
.header{
  min-width:917px;
  max-width:917px;
  min-height:140px;
  max-height:140px;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:-3px;
  border:3px solid white;
  color:white;
  position:relative;
  overflow:hidden;
  }
.pagetitle{
  position:absolute;
  left:70px;
  bottom:10px;
  font-family:DetSans,Arial;
  font-size:72px;
  color:#f7006b;
  }
.rightbox{
  min-width:198px;
  max-width:198px;
  border:3px solid white;
  margin-left: -3px;
  padding:20px 0;
  position:relative;
  }
.mikus{
  width:128px;
  height:128px;
  margin:20px 35px;
  }
.blinky{
  width:150px;
  height:20px;
  }
.songbox{
  border-bottom: 3px solid white;
  align-content:center;
  padding-bottom:15px;
  min-height:270px;
  max-height:270px;
  }
.songbutts{
  position:absolute;
  left:50px;
  top:155px;
  }
.downright{
  position:absolute;
  bottom:0px;
  border-top:3px solid white;
  }
.blinkybox{
  border-top:3px solid white;
  overflow:scroll;
  }
.pagename{
  font-size:20px;
  color:#7a39ce;
  border-bottom:3px solid white;
  padding:10px 20px;
  margin-left:-20px;
  margin-right:-20px;
  }
.bleh{
  text-decoration:underline;
  }
.bleh:hover{
  text-decoration:none;
  }
@font-face{
  src:url("DetSans.ttf");
  font-family:detsans;
  }




