

h2, h3, h4 {
  text-align: center; 
}

main.p {
  text-align: center;
}

section {
  padding: 12px;
  margin: 18px;
  border-radius: 3px;
  margin-right: 80px; 
}

label {
  display: block; 
  width: 320px;
  padding-right: 30px;
  font-size: 20px;
}

input[type=text] {
    width: 400px;
    padding: 12px 20px;
    margin: 8px 10px;
    display: block;
    border: 1px solid #b1d9d9;
    border-radius: 4px;
  }

  button.story {
    width: 300px; 
    background-color: #2b7c7c;
    color: white;
    padding: 14px 20px;
    font-size: 20px; 
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  h5 {
    text-align: center;
    margin-right: 80px; 
  }

  aside img {
    margin-bottom: 28px; 
    border-radius: 2px; 
  }

  button.playAgain {
    width: 500px; 
  }
  
  p.story {
    border: 3px solid #2b7c7c; 
    padding: 20px; 
    width: 600px; 
  }

  span {
    text-decoration: underline; 
    color: #2b7c7c
  }


  