body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #000000;
  color: #cdd6f4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 40px;
}

.container {
  text-align: center;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

h1 {
  margin: 0;
  font-weight: 700;
  color: #c46eaa;
  font-size: 2.2rem;
}

p {
  margin-top: 5px;
  font-size: 1em;
  opacity: 0.7;
  margin-bottom: 25px;
}

.controls {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

button {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  background-color: #c46eaa;
  color: #1e1e2e;
  font-weight: bold;
  font-size: 0.95rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
