body {
  background-color: white;
}
h1 {
  color: rgb(150, 150, 167);
}
h3 {
  color: rgb(22, 214, 109);
}
p {
  color: red;
}
cite {
  background-color: rgb(209, 0, 171);
}
button :link {
  color: rgb(0, 217, 255);
}
