.body {
  font-family: "Lexend", sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  margin: 0;
}

.wrapper {
  text-align: center;
}

.title {
  font-size: 30px;
  margin-bottom: 22px;
}

.link {
  font-size: 16px;
  margin-bottom: 7px;
  color: black;
  display: block;
  text-decoration: none;
}
