a {
  color: rgb(255,255,255);
}

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

* {
  box-sizing: border-box;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
  border-radius: 40px;
}

a {
  color: var(--bs-white);
  text-decoration: underline;
}

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

* {
  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;
}

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

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

