body {
  background-color: lightblue;
}

#main {
  background-color: whitesmoke;
  border: 1px solid;
  border-color:darkgrey;
  color:#333333;
  padding: 0px 20px 20px 20px;
  width: 60%;
  height:auto;
  margin-left: 20%;
  margin-right: 20%;
}

h3 {
  margin-top: -3%;
  font-family: "Henny Penny", system-ui;
}

p {
  font-family: "Ingrid Darling", cursive;
  }

.mystery-quest-regular {
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
}

.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.princess-sofia-regular {
  font-family: "Princess Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}

.ingrid-darling-regular {
  font-family: "Ingrid Darling", cursive;
  font-weight: 400;
  font-style: normal;
}

mark {
  background-color: pink;
}