body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #1B365F;
  color: #FFCF00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 2rem;
  background-color: #1E4488;
  border-radius: 12px;
  box-shadow: 0 0 20px #EAAB00;
}

h1 {
  margin-bottom: 1rem;
}

#lines-container {
  margin-bottom: 1rem;
  text-align: left;
}

.line {
  padding: 0.5rem;
  border-bottom: 1px solid #EAAB00;
}

.line.correct {
  color: #FFCF00;
  font-weight: bold;
}

#input {
  padding: 0.5rem;
  width: 100%;
  border: 2px solid #EAAB00;
  border-radius: 8px;
  font-size: 1rem;
}

#feedback {
  margin-top: 1rem;
  font-style: italic;
}

#confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.nav-logo img {
  height: 75px;
}
