#photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: gray;
}

.mb-5 {
  margin-bottom: 0!important;
}

