@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');

body {
  background-color: #743014;
  color: #e8d1a7;
  font-family: "Quintessential", serif;
}

p {
  font: weight 845px;
  ;
  font-size: 40px;
}

h1 {
  font-style: italic;
  color: #9d9167
}

a {
  font-style: italic;
  text-decoration: none;
  color: #e8d1a7
}

.bluetorch {
  color: #1c89dd;
  background-image: url("images/bluetorch.gif");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  min-height: 100vh;
}

.path {
  background-image: url("images/path.jpg");
}

.thunder {
  background-image: url("images/thunder.jpg");
}

.silentprincess {
  color: #ffffff;
  background-image: url("images/silentprincess.gif");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  min-height: 100vh;
}

.silentprincess a {
  color: #ffffff;
}

.house {
  color: #ffffff;
  background-image: url("images/house.webp");
  background-size: cover;
}

.campfire {
  background-image: url("images/campfire.gif");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  min-height: 100vh;
}


.house a {
  color: #ffffff;
}

.bluetorch a {
  color: #1c89dd;
}