body {
  margin: 0;
  font-family: "Jost", sans-serif;
}

@media (min-width: 940px) {
  body {
    max-width: 50%;
    margin: auto;
  }
}

.logo {
  width: 200px;
  margin-top: 20px;
}

p {
  margin: 0;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

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

.content > header {
  text-align: center;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.link {
  background-color: #fdf7ed;
  border-radius: 40px;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 16px 0;
  align-self: stretch;
  order: 1;
}

.points {
  margin: 40px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 940px) {
  .points {
    margin: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
