html {
  background: url("http://transitionofthoughts.com/wp-content/uploads/2013/08/oberon-studios-inferno-68068.jpg");
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
}

#page {
  margin: 3vw;
}

#title {
  background-color: orange rgb(0, 128, 0, 0.95);
  color:    #ff1a1a
;
  padding: 4vh;
  text-align: center;
  font-family: font-family: 'Lobster', sans-serif;
  margin-bottom: 10px;
  margin: 0vh 9vw;
  position:relative;
  border:10px solid #2b2b2b;
}

.character {
  width: 2vw;
  height: 2vh;
  border-bottom-left-radius: 1000%;
  border-bottom-right-radius: 1000%;
  right: 100px;
  width: 100%;
  height:50%;
  background: orange;
  
}

#content {
  background-color: tan rgb(0,128,0,0.95);
  text-align: center;
  padding: 5vh;
  border:10px solid  #b36b00;
  font-size:150%;
   text-align: center;
 	color: black;
  font-family: "Times new roman", sans-serif;
  font-size: 2vh;
}

h2 {
  color:  black;
  text-align: center;
  font-family: "Georgia";
}

a, p {
  color:  #cccccc;
  font-family: Arial, sans-serif;
}

hr {
  background-color: rgb(255,255,255,0.1);
  border: 10px;
  height: 10px;
  margin: 150px 0px;
}


#footer {
  height: 460px;
  color: black;
  text-align: center;
}

.imagesrc a, p {
  color: black;
  text-align: center;
  padding-top: 200px;
  font-weight: 900;
}

a:hover
{
  color: #b3b3b3
}

