* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

.content {
  text-align: center;
}

.content h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 100;
}

.content p {
  font-size: 1.2rem;
  font-weight: 100;
}
