html {
  background-color: green;
}

body {
  background-color: white;
  border: 2px solid black;
  font-family: Verdana, Tahoma, 'Trebuchet MS', Trebuchet, sans-serif;
  /*min-width: 90%;*/
  max-width: 800px;
  margin: auto;
  padding: 5px 20px;
}

h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', Trebuchet, sans-serif;
}

h1 {
  font-size: 48px;
}
  
h2 {
  font-size: 36px;
}

p {
  font-size: 20px;
}

figure {
  max-width: 800px;
}

img {
  max-width: 700px;
  margin: auto;
}

span.tag {
  display: none;
}

.adventure-quote {
  color: #990000;
}

.music {
  color: #990099;
}

.midori-music {
  color: #009900;
}

.dusklight-music {
  color: #990099;
}