@font-face {
  font-family: PressStart2P;
  src: url(../resources/PressStart2P-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: PressStart2P;
}
.parent {
  position: relative;
}
.score {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.healthChild {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 0px;
  border-radius: 5px 10px;
}
#playerHealth1 {
  background-color: red;
}
#playerHealth2 {
  background-color: #ff0;
}
#healthImg {
  opacity: 70%;
  height: 90px;
}
#playerControls {
  width: 100%;
  font-size: 16px;
  position: absolute;
  top: 0;
  z-index: 1000;
  display: none;
}
.displayText {
  position: absolute;
  color: #fff;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.gameMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
