body {
  background: url(https://pbs.twimg.com/media/Co_9RzcUEAAj_vc.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  font-family: 'altehaasgroteskregular';
  font-size: 15px;
}

@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: 0%;
  font-size: 75px;
  color: white;
  text-shadow: 2px white;
}
.links {
  position: absolute;
  display: block;
  top: 10%;
  font-size: 25px;
  color: white;
  text-shadow: 1px black;
}
.entries {  
  float: right; 
	display: block;
	background-color: white;
	opacity: .75;
	width: 500px;
	height: 650px;
	padding: 10px;  
  overflow: scroll;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 40px 18px white; 
  box-shadow: 0px 0px 40px 18px white;
}
a:visited, a:active, a:link {
  text-decoration: none;
  color: skyblue;
}
a:hover {
  color: darkblue;
}