.center-block {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  box-sizing: border-box;
}

/* Text container */
.text {
  max-width: 640px;
  width: 100%;
}

.name {
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0;
}

.description {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  opacity: 0.9;
}

.link-group {
  margin-top: 8px;
  font-size: 1rem;
}

.link-group a {
  color: #6BA7FF;
  text-decoration: none;
}

.link-group a:hover {
  text-decoration: underline;
}

/* Divider override */
.divider {
  color: #6BA7FF;
  font-size: 1.2rem;
  margin: 18px 0 22px 0;
  letter-spacing: 0.2em;
  opacity: 0.85;
}

@media (max-width: 480px) {
  .description {
    font-size: 0.9rem;
  }

  .link-group {
    font-size: 0.85rem;
  }
}
