.body {
  height: 100%;
  width: 100%;
  margin: 0;
}

.container {
  /*border: 1px solid blue;*/
  width: 100%;
  height: 850px;
  margin: 0 auto;
}

h1 {
  text-align: center;
  margin: 0;
}

.instruction {
  border: 1px solid black;
  width: 18%;
  height: 93%;
  float: left;
  background-color: #06D6A0;
}

.icon {
  padding: 0;
  margin: 0;
}

#p3 {
  padding: 1px;
  text-align: justify;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 10px;
}

.results {
  border: 1px solid black;
  width: 18%;
  height: 93%;
  float: left;
  background-color: #FFD166;
}

.level, .mission, .lives, .score {
  font-size: 25px;
  margin-left: 10px;
  margin-right: 15px;
}

.halimah-lives {
  width: 18%;
  right: 18px;
  bottom: 25px;
  position: absolute;
}

.gameColumn, .start-screen, .finish-screen {
  border: 1px solid black;
  width: 63%;
  height: 93%;
  float: left;
  position: relative;
}

.gameColumn {
  background-image: url(../img/yishun-map.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.badPeople {
  width: 50px;
  position: absolute;
  margin: 0 auto;
}

.heart {
  height: 19px;
  width: 19px;
  margin: 0 10px;
  bottom: 30px;
  left: 505px;
  position: absolute;
  background-color: red;
  display: inline-block;
  transform: rotate(-45deg);
}

.heart:before,
.heart:after {
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  background-color: red;
  border-radius: 50%;
}

.heart:before {
  top: -11px;
  left: 0;
}

.heart:after {
  left: 11px;
  top: 0;
}

.paddle {
  /*border: 1px solid blue;*/
  width: 150px;
  height: 25px;
  left: 450px;
  bottom: 0px;
  position: absolute;
  background-color: black;
}

.start-screen {
  font-size: 40px;
  text-align: center;
  background-color: white;
}

.start-screen li {
  padding: 10px;
  font-size: 27px;
  text-align: justify;
  margin: 0 70px;
}

.arrow-keys {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.start-btn {
  width: 20%;
  font-size: 35px;
  bottom: 80px;
  position: relative;
}

.finish-screen {
  font-size: 40px;
  text-align: center;
  color: white;
  background-color: black;
}

.finish-screen h1 {
  font-size: 70px;
  color: white;
  top: 35px;
  left: 38%;
  padding: 10px;
  display: block;
}

.finish-screen p {
  font-size: 50px;
  color: white;
  top: 90px;
  left: 36%;
  padding: 10px;
  display: block;
}

.end-btn {
  width: 10%;
  font-size: 35px;
  bottom: 80px;
}
