.scaling-button {
    transition: all 0.25s ease-out;
}

.scaling-button:hover {
    transform: scale(0.94);
}

a {
    text-decoration: none !important
}

#header a {
  font-weight: 700;
  color: rgba(32, 37, 44, 0.5);
  cursor: pointer;
}
