html {
  font-size: 10px;
}

body {
  margin:0;
  padding:5%;
  background-color: mistyrose;
  background-image: url(../image/Fuller_projection.svg),linear-gradient(mistyrose, oldlace); 
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: monospace;
  font-size: 1.5rem;
}

article {
  width: 65rem;
}

h2 {
  margin-top: 2rem;
  font-size: inherit;
}

blockquote {
  color: midnightblue;
  font-style: italic;
}
