.home-links {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.home-links ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.5em;
}

.home-links li {
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}

.home-links a {
  font-weight: bold;
  text-decoration: underline;
}

.home-links a:hover {
  text-decoration: none;
}

.home-photo {
  margin-block: 3rem;
}
