/* Show it is fixed to the top */
body {
  min-height: 75rem;
  text-align: justify;
}

.nav-link:hover {
  text-decoration-line: overline;
}
.nav-link {
  color: rgba(4, 41, 88, 0.938);
}
.avatar {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
