header {
  --bg: #9bd6fd;
  background-color: var(--bg);
  background-image: url("../assets/images/background.jpeg");
  background-size: cover;
  background-position: center;
  height: 15rem;
}

#link-container a:first-child span {
  font-weight: 700;
}

#link-container a:first-child div {
  border-color: #00aff0 !important;
}

#link-container a:not(:first-child) div {
  border-color: #8a96a340 !important;
}

@media screen and (min-width: 600px) {
  header {
    height: 33rem !important;
  }
}
