body {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-family: monospace;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  font-family: monospace;
  color: #ffffff;
}

h3 {
  font-family: monospace;
  color: #ffffff;
}


p {
  font-family: monospace;
  color: #ffffff;
  max-width: 1000px;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

ul {
  text-align: left;
}

li {
  font-family: monospace;
  color: #ffffff;
  max-width: 1000px;
  text-align: left;
}

a, a:visited {
  font-family: monospace;
  color: #ffffff;
}

#blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

#instructions {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-size: 18px;
}

.move-mid {
  padding: 0.05%;
  margin-top: 0.25%;
  margin-bottom: 0.25%;
}

#startButton {
  border: 1px solid white;
  color: #ffffff;
  background-color: black;
  margin-top: 10px;
  padding: 2.5%;
  font-size: 150%;
  font-weight: 800;
  font-family: monospace;
  border-radius: 2%;
  opacity: 0.9;
  cursor: pointer;
}

#audioBox {
  font-family: monospace;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
