body {
  background-color: black;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  color: white;
}

.container {
  max-width: 800px;
}

.title {
  font-size: 5rem;
  text-align: center;
  line-height: 1.2;
}

.red {
  color: #c00;
}

.paragraph {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 6rem;
}

.policy-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
}
