@font-face{
  font-family: Lobster;
  src: url("Lobster_1.3.otf")
}
.head{
  font-family: Lobster;
  font-size:72px;
  color: white;
}
a:hover{
  color: white;
  background-color: #aba7a5; 
  text-decoration: underline;
  
}
a{
text-decoration: none;
 color:black; 
}
.next{
  position: fixed;
  bottom: 0px;
  right: 50px;
}
.back{
  position: fixed;
  bottom: 0px;
  left: 50px;
}
body{
  background-color: #212120;
}
p{
  color:white;
  font-size: 40px
}
h3{
  color:white;
  font-size: 64px;
}
#berenstain{
  display: block;
  width: 50%;
  height: 50%;
  margin: auto;
}
#find{
  position: fixed;
  right:45%;
  bottom:0px;  
}
#userInput{
  position:fixed;
  right:47%;
  bottom:0px;
}