a {
  color: #C2C6C8;
  transition: all .8s;
}

a:hover {
  mix-blend-mode: multiply;
}

.titlebox {
  font-family: Euclid-Flex-Medium, HelveticaNeue, sans-serif;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}