body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  background-color: #fff;
}

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

.content {
  max-width: 500px;
  padding: 1em;
  text-align: center;
}

.logo {
  margin-bottom: 1em;
}
