a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bowlby {
  font-family: 'Bowlby One', cursive;
}