/* body {
  background-image: url("https://github.com/jiminey/JimmyJumps/blob/master/src/assets/background2.png?raw=true");
  background-size: 100% 100%;
} */

html { 
  background-image: URL("https://github.com/jiminey/JimmyJumps/blob/master/src/assets/background2.png?raw=true");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title {
  color: red;
  font-size: 60px;
  display: flex;
  justify-content: center;
  margin-top: -5px;
}

.main {
  display: flex;
}

.instruction {
  font-family: "Press Start 2P", cursive;
  font-size: 20px;
  color: #0095dd;
  line-height: 300%;
  flex-wrap: wrap;
  margin-left: 110px;
  margin-top: 50px;
  margin-right: 20px;
}
.instruction2 {
  font-family: "Press Start 2P", cursive;
  font-size: 20px;
  color: #0095dd;
  line-height: 300%;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-top: 90px;
  margin-left: 110px;
}
.instruction3 {
  font-family: "Press Start 2P", cursive;
  font-size: 12px;
  color: white;
  line-height: 300%;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-top: 90px;
  margin-left: 110px;
}

.mute {
  font-family: "Press Start 2P", cursive;
  font-size: 20px;
  color: #0095dd;
  line-height: 300%;
  flex-wrap: wrap;
  margin-left: 300px;
  margin-top: 50px;
  margin-right: 20px;
}

.spacebar {
  color: red;
}

.word {
  display: flex;
  flex-direction: column;
}
