body {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
}

header {
  border-bottom: 1px solid #00567e;
}

h2 {
  margin-right: 1rem;
  cursor: pointer;
}

canvas {
  display: block;
  margin-bottom: 1rem;
  cursor: not-allowed;
  width: 90%;
}

main {
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 580px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1rem;
  position: fixed;
  text-align: left;
  padding: 0 1rem;
  background-color: #00567e;
  color: white;
  z-index: 2;
}

span {
  font-weight: bold;
  position: relative;
}

#wrapper {
  height: 533px;
  margin: 0 0 1rem;
}

#instruction {
  position: relative;
  text-align: left;
  z-index: 2;
  margin-top: 2rem;
}

.notes {
  display: none;
  position: absolute;
  width: 200px;
  line-height: 1.5;
}

.show {
  display: block;
  margin-right: 1rem;
  width: 75%;
}

.score-container {
  text-align: left;
  width: 85%;
  top: 0;
}

.info-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 21%;
}

.type {
  border: 1px solid black;
  border-radius: 2px;
  padding: 1px;
  width: 20px;
}
