body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(to bottom, #ffe5b4, #cde9ff);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: #2d2d2d;
}

a {
  color: #555;
}

.container {
  background: linear-gradient(to bottom, #ffe5b4, #cde9ff);
  padding: 40px;
  border-radius: 15px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 0;
}

.subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}

.quote {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  margin: 30px 0 10px;
}

.author {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

button {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #444;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #f0f0f0;
}

.section-title {
  margin-top: 40px;
  font-weight: bold;
  padding: 8px;
  margin: 5px;
  border-radius: 6px;
}

.hint {
  line-height: 1.5;
  opacity: 0.6;
  font-size: 12px;
  color: #555;
}

.instructions {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #444;
  width: 80%;
  text-align: center;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.generateQuote {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #444;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.focus-box {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
  text-align: left;
}

footer {
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}
