* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #325032;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.maintenance-content {
  max-width: 720px;
  text-align: center;
}

.language-section {
  margin-bottom: 3rem;
}

.language-section:last-child {
  margin-bottom: 0;
}

.language-section h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: bold;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.language-section p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.language-section p.closing {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
