body {
    text-align: center;
    background-color: #333332;
}
 
audio {
  float: right;
}

.row {
  width: 100%;
  height: 35px;
}

h1 {
  margin-bottom: 0;
  font-family: 'Audiowide', cursive;
}

.title {
  color: #F0F1EE;
  text-shadow: 3px 3px #F66662;
  font-size: 70px;
  margin-top: 10px;
}

img {
  height: 50px;
  width: auto;
}

figure {
  display: inline;
  margin: 0 1% 0 0;
}

#instructions {
  padding-top: 5%;
}

#level {
  padding-top: 3%;
  font-size: 50px;
  font-style: bold;
  font-family: 'Audiowide', cursive;
}

button {
  height: 35px;
  width: 120px;
  font-size: 15px;
}

#stats {
  font-size: 30px;
  padding-top: 7%;
}

#score {
  display: inline;
  text-decoration: underline;
  padding-left: 3%;
  float: left;
}

#lives {
  display: inline;
  float: right;
  padding-right: 3%;
  text-decoration: underline;
}

.game_over {
  background-color: #F66662;
  margin-left: 12px;
}

.game_over h1 {
  font-family: 'Audiowide', cursive;
  font-size: 50px;
}

.game_info {
  background-color: #FFD646;
  float: left;
  margin-left: 4%;
  padding-left: 1%;
  padding-right: 2%;
  margin-top: 4%;
  width: 400px;
  height: 528px;  
}

.space {
  height: 10px;
}

canvas {
  float: right;
  padding-right: 50px;
}