#game{
  background-image: url("https://i.pinimg.com/originals/77/d5/89/77d5892879682be6d71f83ff5eda71b4.jpg");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  width:800px;
  height:600px;
}

body{
  font-family: 'Press Start 2P', cursive;
  background-color: rgba(31, 167, 235, 0.19);
  margin-bottom: 10px;
}

#next{
  color: black;
}

.gametitle{
  text-align: center;
  margin-top: 1%;
}

.gamemain{
  display: flex;
  width: 100%;
  margin-top: 1em;
  justify-content: center;
}

p{
  margin-left: 15px;
}

.rules{
  text-align: center;
  margin-top: 40px;
  line-height: 2;
  font-size: 18px;
}

.story{
  width: 330px;
  line-height: 2;
  margin-right: 3%;
}

#nextSong{
  background-color: #3C7AFC;
  border: none;
  color: white;
  padding: 11px;
  position: absolute;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#nextSong:focus{
  outline: none;
}

.navlinks{
  padding: 10px;
  margin-left: 1%;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}

a{
  padding: 10px;
  margin-right: 10%;
}
