body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
  letter-spacing: -0.025em;
}

.content {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.content p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #4a5568;
  margin: 0;
  line-height: 1.7;
}
