body {
  background-color: #000;
  color: #CCC;
  font-family: arial, helvetica, sans-serif;
  line-height: 0.5;
  letter-spacing: 1.25px;
  margin: auto;
  text-align: center;
}

h1 {
  color: red;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3
}

p {
  padding: 0 0 0 0;
}

p2 {
  font-style: oblique;
  padding: 0 0 0 0;
  font-size: small
}

a {
  padding: 0 0 0 0;
  color: red;
  text-decoration: underline;

}

img {
  border: solid;
  border-color: red;
  border-width: 5px;
}

p3 {
  font-style: oblique;
  padding: 0 0 0 0;
  font-weight: bold
}

a:hover {
    color: hsl(-36,100%,50%);
}

img:hover {
    border-color: hsl(-36,100%,50%);
}

h1:hover {
    color: hsl(-36,100%,50%);
}

p:hover {
    color: white;
}

p2:hover {
    color: white;
}

p3:hover {
    color: white;
}