html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

.story-container {
  background-color: rgb(26, 26, 26, 0.6);
  padding: 20px;
  border-radius: 8px;
  margin: 20px;
  color: #fff;
}

.story-image {
  width: 100%;
}

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

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