* {
  margin: 0;
  padding: 0;
  background-color: #290361;
}

#canvas1 {
  border: 5px solid #178dd7;
  border-radius: 30px;
  max-width: 100%;
  max-height: 100%;
  font-family: 'Luckiest Guy', cursive;
  box-shadow: 5px 5px 18px #2c9dc8;
}

#player, #layer1, #layer2, #layer3, #layer4, #layer5, #point_treats, #point_enemy, #collisionAnimation, #lives {
  display: none;
}

.flex-container {
  display: flex;
  margin-left: 150px;
  margin-top: 50px;
}

.flex-child1 {
  margin: 20px;
}

.flex-child2 {
  margin-top: 60px;
}

#gameplaytitle {
  background-color: #178dd7;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'Luckiest Guy', cursive;
  color: #fff;
  font-size: 30px;
  text-align: center;
  box-shadow: 5px 5px 18px #2c9dc8;
}

#gameplayinfo {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  margin: 10px;
  font-family: 'Open Sans', serif;
  color: #3f52ae;
  font-size: 12px;
}

#gameplaymoves {
  background-color: #e6f0fc;
  border-radius: 20px;
  padding: 10px;
  margin: 10px;
  font-family: 'Open Sans', serif;
  color: #3f52ae;
  font-size: 12px;
}

h3 {
  background-color: white;
  font-family: 'Open Sans', serif;
  color: #3f52ae;
  font-size: 13px;
}