@font-face {
  font-family: 'CenturySchoolbookStd';
  src: url(CenturySchoolbookStd.otf) format("opentype");
}

@font-face {
  font-family: 'CenturySchoolbookStd-Italic';
  src: url(CenturySchoolbookStd-Italic.otf) format("opentype");
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'CenturySchoolbookStd',sans-serif;
  background-color: black;
}

/*Small frame
#image video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  width: 500px;
  height: auto;
  cursor: default;
}
*/

video {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40%;
  height: 40%;
  z-index: 100;
  cursor: default;
}

iframe {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40%;
  height: 40%;
  z-index: 100;
  cursor: default;
}

#text p {
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  cursor: default;
}

#about p {
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  cursor: default;
}

#text a {
  text-decoration: underline;
  color: white !important;
  font-size: 14px;
  z-index: 200;
  cursor: pointer;
}

#about a {
  text-decoration: underline;
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  z-index: 200;
  cursor: pointer;
}



/*MOBILE*/

#mobile-body {
  width: 100%;
  height: 2000px;
}

#mobile-body p {
  text-align: center;
  font-size: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  cursor: default;
}