@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/gotham bold.otf");
  src:
  url("../fonts/gotham bold.otf") format("opentype"),
}

@font-face {
  font-family: "HandySans";
  src: url("../fonts/HandySansCnd-Dstr.otf");
  src:
  url("../fonts/HandySansCnd-Dstr.otf") format("opentype"),
  url('../fonts/HandySansCnd-Dstr.ttf') format('truetype'),
}

@font-face {
  font-family: "Gotham BookItalic";
  src: url("../fonts/Gotham-BookItalic.ttf");
  src:
  url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
}

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.ttf");
  src:
  url('../fonts/Gotham-Book.ttf') format('truetype'),
}

* {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

html, body {
  height: 100%;
}

.intro_title {
  font-size: 100px;
  font-family: "Gotham Bold";
  color: #fff;
}

.intro_image {
  width: 320px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.intro_subtitle {
  color: #fff;
  font-family: "HandySans";
  font-size: 70px;
  line-height: 64px;
}

.ending_title {
  font-size: 100px;
  font-family: "HandySans";
  color: #000;
}

.ending_subtitle {
  color: #000;
  font-family: "HandySans";
  font-size: 58px;
  line-height: 60px;
}

.instruction {
  margin-top: 130px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "HandySans";
  font-size: 58px;
  color:#000;
}

.congratulation {
  cursor: pointer;
}

.video {
  padding:0px;
}

#injury-video {
  position:fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}