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

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

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

a:hover{
        font-weight:bold;

  
}
#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 20px double #EF9AB5;
  background-color:#FDFAB9;
  font-family: "Times New Roman";
  font-size:25px;
  color:#EF9AB5;
  
}
