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

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

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
.sitesite {
  text-align: center;
  background-color: black;
  font-family: 'helvetica';
  color: red;
}
.wtf-rabid img {
  height: 40%;
  width: auto;
  display: flex;
  padding-left: 10%;
  position: absolute;
}
.wtf-rabid h2 {
  display: flex;
  padding-right: 10%;
  padding-left: 70%;
  color: white;
}
.wtf-rabid p {
  display: flex;
  padding-left: 30%;
  padding-right: 10%;
  text-align: left;
  color: white;
}
.wtf-rabid a {
  display: flex;
  padding-left: 40%;
  padding-right: 10%;
  text-align: left;
}