how to change hyperlink color in css

CSS
a {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
Source

Also in CSS: