@font-face {
  font-family: 'star-wars-font';
  src: url('STARWARS.ttf');
}
body {
  /*position: relative;*/
  background-image: url("https://d13yacurqjgara.cloudfront.net/users/511070/screenshots/2051472/deathstar.gif");
  background-size: cover;
  background-position: center;
  margin: 0px;
}

canvas {
  /*position: absolute;*/
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

header {
  color: white;
  font-size: 50px;
  text-align: center;
}

.cover {
  display: block;
  position: absolute;
  width: 160px;
  height: 30px;
  margin: 0;
  top: 0;
  left: 0;
  background-color: black;
}

div {
  color : white;
}

.score {
  font-size: 20px;
  z-index: 1;
  font-family: 'star-wars-font';
}

.hp_update {
  font-size: 20px;
  z-index: 1;
  font-family: 'star-wars-font';
  text-transform: uppercase;
}

.startbutton {
  width: 200px;
  height: 100px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 1000;
  border: none;
  font-family: 'star-wars-font';
  font-size: 40px;
  text-transform: uppercase;
}
.restartbutton {
  width: 55px;
  height: 25px;
  border-radius: 2px;
  background-color: grey;
  cursor: pointer;
  z-index: 1;
  border: none;
  font-family: 'star-wars-font';
  font-size: 8px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
}

button:hover {
  background: yellow;
  transition: all 0.5s ease;
  border: none;
}

#starting_screen {
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 900;
}

#win_statment {
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.63);
  width: 400px;
  height: 400px;
  vertical-align: middle;
  line-height: 50px;
  padding: 50px;
  font-family: 'star-wars-font';
}

#lose_statment {
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.63);
  width: 400px;
  height: 400px;
  vertical-align: middle;
  line-height: 50px;
  padding: 50px;
  font-family: 'star-wars-font';
}

#title {
  z-index: 910;
  text-transform: uppercase;
  text-align: center;
  width: 500px;
  height: 100px;
  vertical-align: middle;
  line-height: 50px;
  padding: 10px;
  font-family: 'star-wars-font';
  font-size: 50px;
}

#mission_briefing {
  z-index: 910;
  text-transform: uppercase;
  text-align: center;
  width: 600px;
  height: 100px;
  vertical-align: middle;
  line-height: 50px;
  padding: 10px;
  font-family: 'star-wars-font';
}

iframe {
  z-index: 1100;
}
