html {
  background: url("https://www.gannett-cdn.com/presto/2019/05/13/PAPP/c557ab50-6194-4b44-b3ba-e14504150efc-fire.jpg?crop=5759,3225,x0,y498&width=3200&height=1792&format=pjpg&auto=webp");
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
}

#page {
  margin: 3vw;
}

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

.character {
  width: 20vw;
  border-bottom-left-radius: 1000%;
  border-bottom-right-radius: 1000%;
  width: 78%;
  height: 10%;
}

#content {
  background-color: orange rgb(0,128,0,0.95);
  text-align: center;
  padding: 4vh;
  margin: 4vh 9vw;
}

h2 {
  color:  #660000;
  text-align: center;
  font-family: "Merriweather";
}

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

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


#footer {
  height: 460px;
  color: black;
}

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

a:hover
{
  color:yellow
}

