h1{
    font-size: 60px;
    color: #39AEBF;
    font-family: "Geneva";
    text-align: center;
}

body{
    background-color: #1F161F;
}

ul { 
   list-style-type: none;
}

a{ 
  color: #92D667;
  text-decoration: none;
}

a:hover{
  color: #3FD9C9;
  font-weight: bold;
}

#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 20px outset #3FD9C9;
  background-color: #92D667
  font-family:"Geneva";
  font-size: 25px;
  color:#3FD9C9;
}