body {
  font-family: Georgia, serif;
  background: #f8f9fa;
  color: #202122;
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}

header {
  border-bottom: 1px solid #a2a9b1;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

h1 a {
  text-decoration: none;
  color: black;
}

form {
  margin-bottom: 1rem;
}

#suggestions {
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 10;
}

.preview {
  position: absolute;
  background: #ffffe0;
  border: 1px solid #ccc;
  padding: 0.5rem;
  max-width: 300px;
  z-index: 1000;
}
