body {
    background-color: bisque;
  }
  
  .storybox {
    width: 60%;
    background-color: white;
    padding: 30px;
    margin: 50px auto;
    border: 1px solid black;
    text-align: center;
    font-family: sans-serif;
    color: black;
  }
  
  .storybox h1 {
    font-size: 250%;
    margin-bottom: 20px;
  }
  
  .storybox img {
    width: 60%;
    margin: 20px 0;
  }
  
  .storybox p {
    font-size: 120%;
  }
  