
body {
      margin: 0;
      padding: 0;
      font-family: 'Shippori Mincho', serif;
      background: linear-gradient(to bottom, #fffdf8, #fceeea);
      color: #2f2f2f;
      line-height: 1.6;
      background-image: url("images/blossoms.jpg");
      background-size: cover;
      background-attachment: fixed;
      background-blend-mode: overlay;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

menu ul {
  font-family: sans-serif;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: left;
}

menu a {
  text-decoration: none;
  color: #703C95;
  font-weight: normal;
  font-size: 1.5em;
}

menu a:hover {
  font-size: 1.7em;
  text-decoration: 900;
  font-style: italic;
}  

nav a {
  text-decoration: none;
  color: #8b0000;
  font-weight: bold;
  font-size: 1.1em;
}

nav a:hover {
  text-decoration: underline;
}  
  
.overlay {
      background-color: rgba(255, 255, 255, 0.85);
      min-height: 100vh;
      padding: 40px 20px;
}

.container {
      max-width: 700px;
      margin: auto;
      background: rgba(255, 255, 255, 0.9);
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h1 {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 10px;
      color: #8b0000;
}

.haiku {
      font-family: sans-serif;
      font-size: 1.5em;
      text-align: center;
      margin: 10px 0;
      #white-space: pre-line;
      color: #703C95;
}

.divider {
      border: 0;
      height: 1px;
      background: #ccc;
      margin: 30px 0;
}

.analysis {
      font-size: 1.1em;
      text-align: justify;
      color: #444;
    }

footer {
      text-align: center;
      margin-top: 60px;
      font-size: 0.9em;
      color: #888;
}

@media (max-width: 600px) {
      .container {
        padding: 20px;
}

h1 {
        font-size: 2em;
}
