a:focus, a:hover {
  color: #0085A1;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 7vw;
  }
}

* {
  font-family: 'Raleway', sans-serif;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

a:focus, a:hover {
  color: #e8b70a;
}

a:hover {
  color: #ffffff;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

