h1{
    font-size:55px;
    color:#2440AB;
    font-family:"Papyrus";
    text-align: center
}

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

a{
    color: #193CA8;
    text-decoration: none;
}
  

a:hover{
        font-weight: bold;
  
}
#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 20px double #2440AB;
  background-color:#27B7F5;
  font-family:Arial;
  font-size:25px;
  color:#2440AB;
}

    