@import url("https://fonts.cdnfonts.com/css/shlop-2");

* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: black;
  overflow: hidden;
}
#boys-video {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boys1 {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0px;
  top: 0px;
}
#start {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
}
h1 {
  margin-top: 300px;
  font-family: "Shlop";
  color: white;
  font-size: 60px;
  letter-spacing: 5px;
}
