body {
  background-color: grey;
}
h1 {
  color: rgba(53, 40, 40, 0.479);
}

a:visited {
  color: rgba(83, 6, 79, 0.61);
}
a:hover {
  color: rgb(27, 103, 243);
  text-decoration: underline;
}
a:active {
  color: deeppink;
}
a:link {
  color: rgb(90, 12, 90);
  text-decoration: underline;
  font-size: 35px;
}
th {
  color: rgba(4, 17, 13, 0.651);
  font-size: 30px;
}
p {
  color: rgba(9, 54, 39, 0.623);
  font-size: 30px;
}
