body {
  background: url("https://lobotomizer.neocities.org/background.jpg") repeat center center fixed;
   background-size: cover;
  height: 100%;
  overflow: hidden;
  font-family: 'altehaasgroteskregular';
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px black;
  scrollbar-width: none;
}

@font-face {
    font-family: 'altehaasgroteskregular';
    src: url('/altehaasgroteskregular2.woff') format('woff2'),
         url('/altehaasgroteskregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
}
.title {
  position: absolute;
  display: block;
  top: 5%;
  right: 5%;
  font-size: 75px;
  color: #303F53;
  text-shadow: 5px white;
}
.links {
  position: absolute;
  display: block;
  top: 15%;
  left: 5%;
  font-size: 25px;
  color: white;
  text-shadow: 1px black;
}
.entries {  
  position: absolute;
  display: block;
  left: 5%;
  top: 25%;
	background-color: #54171E27;
	border-radius: 5px;
	width: 400px;
	height: 450px;
	padding: 10px;  
  overflow: scroll; 
  scrollbar-width: none;
}
a:link, a:hover, a:active, a:visited {
  color: white;
  text-decoration: none;
}
