.contact-us-link a {
  font-weight: bold;
  color: red;
  border: 2px solid red;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.contact-us-link a:hover {
  background-color: red;
  color: white;
}
