body {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}

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

.content {
  width: 400px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

h1 {
  font-size: 48px;
}

a {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

a:hover {
  color: #444;
}
