h1{
    font-size: 41px;
    color: #00bcf0;
    font-family: "Comic Sans MS";
    text-align: center;
}
body{
    background-color: #ffe556;
} 

#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 20px outset red;
  background-color:white;
  font-family:"Helvetica Neue";
  color:Red;
}


ul {
    list-style-type: none;
    
    

   
}

a{ 
 
  text-decoration: none;
  color:#00bcf0;
}

a:hover{
  font-weight: bold
}
