html { 
  background: url("https://projects.codecraftworks.com/web/csdDr1axRtSJtcNlHI2K/assets/frank-mckenna-4V8JxijgZ_c-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#page {
  margin: 3rem;
}

#title {
 	background-color: rgb(210, 105, 30, 0.8); 
  color: white;
  padding: 4rem;
  text-align: center;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 10px;
  margin: 0 9rem;
}

.character {
  width: 10vw;
}

#content {
  background-color: rgb(210, 105, 30, 0.8);
  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: 150px;
  color: white;
}