body {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
}

.logo img {
  max-width: 350px;
}

.info {
  text-align: center;
}
