body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #555;
  height: 100vh;
}

h2 {
  font-size: 48px;
}
.info {
  max-width: 500px;
  font-size: 20px;
}
.more {
}

a {
  text-decoration: none;
  color: #ffebcd;
}
