body {
  background-image: url(bg1.png);
  background-size: cover;
  font-size: 16px;
}

.site-logo {
  width: 50px;
  object-fit: cover;
  margin-left: 20px;
}

.story-container {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 8px;
  margin: 20px;
}

.story-image {
  width: 100%;
}

h1 {
  font-family: "Corinthia", cursive;
  font-weight: 600;
  font-size: 40px;
  font-style: normal;
  color: #8b4513;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Noto Serif", serif;
  font-style: italic;
}
