body {
  background-color: #7ac8ff;
  font-family: "Times New Roman", Times, serif;
}

a {
  color: #6e2001;
}

strong {
  color: #01276e;
}

.container {
  margin: 120px auto;
  max-width: 500px;
}

header {
  margin-bottom: 30px;
}

h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  color: #000000;
  text-align: center;
}

form {
  margin: 30px 0px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 20px 60px #323a644d;
}

.prompt {
  padding: 16px;
  border: 1px solid #08217ccc;
  border-radius: 20px;
  width: 80%;
  font-size: 16px;
  line-height: 1.2;
  color: #01276e;
}

.button {
  margin-left: 10px;
  padding: 16px 20px;
  border: none;
  border-radius: 20px;
  background-color: #01276e;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.story {
  margin: 30px 0px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 20px 60px #323a644d;
  font-size: 16px;
  line-height: 1.5;
}

footer {
  text-align: center;
  font-size: 14px;
}
