h1{
    font-size: 80px;
    color: #87F1FF;
    font-family: "Times New Roman";
    text-align: center;
}

body {
    background-color:#FF8AAE;
}
ul { 
    list-style-type:none;
    
   
}

a{ 
    color:#E8419D;
    text-decoration: none;
}

a:hover{
    font-weight: bold;
  
}
#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px; 
  border: 10px double #65ACF0;
  background-color:#E8419D;
   font-family:"Times New Roman";
    font-size:20px;
     color:#EDED8A;

}
