
  @font-face {
    font-family: vcr;
    src: url(VCR.ttf);
  }

  body {
    font-family: 'vcr';
}

.bottomnav{
  width: 100%;
  height: 35px;
  z-index: 2;
  border-top: 3px dashed black;
  position: fixed;
  bottom:0;
  background-color: white;
}

.bottomnav a {
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  padding-top: 5px;
}

.bottomnav a:hover {
  color: #818181;
}

.topnav{
width: 100%;
height: 150px;
z-index: 3;
border-bottom: 3px dashed black;
position: fixed;
background-color: white;
top:0;
}

.sidenav {
  height: 100%;
  width: 170px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
  border-right:3px dashed black;
  
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
}

.sidenav a:hover {
  color: #818181;
}

.main {
  margin-left: 180px; 
  margin-top: 130px;
  font-size: 28px; 
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

 .snail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.monkey {
  border-bottom:3px dashed black;
}

.GeneratedMarquee {
font-size:2em;
line-height:1.3em;
color:#000000;
padding:1.5em;

.rpg{

}