.underline {
  text-decoration: underline;
}

.mt-10 {
  margin-top: 5rem !important;
}

.wh140 {
  width: 140px;
  height: 140px;
  font-size: 100px;
}

.displaynone {
  display: none;
}

.maxw500px {
  max-width: 500px;
}

a:active, a:focus, a:hover {
  color: #2c3e4f;
}

a:hover {
  color: #2c3e4f;
  text-decoration: underline;
}

a {
  color: #2c3e4f;
}

.close {
  color: black;
  font-size: 1.5rem;
}

