body {
  background-color: black;
  color: white;
  font-family: 'Press Start 2P', cursive;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 8px 5px 0 12px;
}

#static-background {
  position: fixed;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal h1 {
  margin-top: -10%;
  margin-bottom: 20px;
}

.modal h2 {
  text-decoration: underline;
  cursor: pointer;
}

.modal h4 {
  margin-top: 5%;
}

.instructions-modal {
  display: flex;
  position: fixed;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.instructions-modal h2 {
  margin-top: 10%;
  background-color: black;
  text-align: center;
}
