
 body {
  background-image:url('https://cleansedbythefire.neocities.org/itsfire.gif');
  color:white;
    font-family: courier;
    font-size: 18px;
}
    table {
  background: rgba(0,0,0,0.75);
  height: 900px;
  width: 80%;

}
td {
   vertical-align: top;
   padding: 40px;
  border: 2px solid white;
}
title {
  color: white;
  margin: 20px;
  padding: 20px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 16px;
}

a:link, a:visited {
  background-color:transparent;
  background-repeat:no-repeat;
  border: 1px solid;
  color: white;
  height: 10px;
  width: 100px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #B80202;
}

p:first-letter {
  font-size: 25px;
  color: #e80222;
  font-weight: bold;
}


