body {
  background-color: #d5e5ed;
  background-image: url(./woodgrain.png);
}
#about {
  display: none;
  position: absolute;
  top: 25vh;
  left: 25vw;
  width: 50vw;
  height: 50vh;
  padding: 1em;
  border: 1em solid #aa6d4c;
  border-radius: 1em;
  background-color: #244252;
  color: #edddd5;
  z-index: 1002;
  overflow: auto;
}
#about h1 {
  font-style: italic;
}
#click {
  display: none;
  position: absolute;
  z-index: 1010;
  border: 1px solid red;
  border-radius: 5px;
  background-color: yellow;
  width: 10px;
  height: 10px;
}
#controls {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
#score {
  border: 1px solid #244252;
  border-radius: 0.5em;
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0.25em;
}
#showAbout {
  font-size: 1.5rem;
}
#target {
  position: absolute;
  background-color: #aa6d4c;
  height: 75px;
  width: 75px;
}

