@font-face {
  font-family: Renogare;
  src: url(renogare.otf);
}

body {
  color: #000000;
  background-color: #FFFFFF;

  font-family: Renogare;
  
  background-image: url("backgrounds/trees.png"), url("backgrounds/trees_middle.png"), url("backgrounds/nightsky.png");
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: bottom, bottom;
  background-attachment: fixed, fixed;
}

strong {
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#back {
  text-align: center;
}

.heading {
  text-align: center;
  font-size: 2em;
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-bottom: -0.5em;
}

.description {
  width: 50%;
  border: solid thin black;
  margin: 1em auto 3em auto;
  padding: 1em;
  background-color: rgba(255,255,255,0.8);
}

.footnote {
  text-align: center;
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.levelgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contentbox {
  width: 90%;
  background-color: #FFFFFF;
  border: solid thin black;
  margin: 1em auto 1em auto;
  padding: 1em;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

h1 {
  text-align: center;
  font-size: 2em;
  
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 {
  margin-top: 1em;
  text-align: center;
  
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h3 {
  text-align: center;

  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h5 {
  margin-top: 1em;
  
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h6 {
  font-weight: normal;
  font-size: 1em;
  
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}
