button:hover, a:hover {
  cursor: pointer;
}

.buttonAnim:hover {
  background-color: rgb(0, 34, 103);
}

#pages-frame button:hover {
  box-shadow: 2px 2px 20px white;
}

#contact-frame div a svg:hover {
  fill: rgb(0, 34, 103);
  transform: translateY(-20%);
}