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

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

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'BaskervilleMTPro',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;
  font-family: 'BaskervilleMTPro-Semibold';
  text-align: center;
  color: white;
  font-size: 20px;
  position: fixed;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  cursor: default;
}

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

#text a {
  font-family: 'BaskervilleMTPro-SemiboldIt';
  color: white !important;
  letter-spacing: 1.5px;
  font-size: 20px;
  z-index: 200;
  cursor: pointer;
}

#about a {
  color: rgb(255, 255, 255) !important;
  letter-spacing: 1.5px;
  font-size: 16px;
  z-index: 200;
  cursor: pointer;
}



/*MOBILE*/

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

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