.speakerCloseMed {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../imgs/sclose.png) center center no-repeat;
  top: 20px;
  right: 20px;
  z-index: 5000000;
  cursor: pointer;
}

.gameMemoryContainer {
  background-color: #695aa6;
  background-image: url(../imgs/fruitback.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  overflow: hidden;
}

canvas {
  display: block;
}
#controls {
  position: fixed;
  top: 20px;
  left: 10px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
#controls label {
  margin-right: 5px;
}
#currentSpeed {
  margin-left: 10px;
  font-weight: bold;
  display: none;
}

.score
{
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #fff;
  top: 100px;
  position: absolute;

}

@media (max-width: 550px) {

  .gameMemoryContainer {
    background-image: url(../imgs/fruitbackM.jpg);
  }
  
  
  }