html {
  background: url("https://images.unsplash.com/photo-1518495973542-4542c06a5843?crop=entropy&cs=tinysrgb&fm=jpg&ixlib=rb-1.2.1&q=80&raw_url=true&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#page {
  margin: 3vw;
}

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

.character {
  width: 10vw;
}

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

h2 {
  color: white;
  text-align: center;
  font-family: "Mate SC";
}

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

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


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

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