body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.test1-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  background-color: #1664c0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.test1-button:hover {
  background-color: #104b91;
}

.test1-button:focus-visible {
  outline: 3px solid #104b91;
  outline-offset: 3px;
}

.test-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.home-title {
  font-size: 56px;
  text-align: center;
}

.home-welcome {
  text-align: center;
}
