/* CSS styles */
@font-face {
  font-family: warioware; /* set name */
  src: url(ArchivoBlack-Regular.ttf); /* url of the font */
}

h1 {
font-family: warioware, sans-serif;
color: 4DCCBD;
text-shadow: -2px -2px 0 #D6FFF6, 2px -2px 0 #D6FFF6, -2px 2px 0 #D6FFF6, 2px 2px 0 #D6FFF6;
text-align: center
}
 
button {
font-size: 20px;
font-family: warioware, sans-serif;
background:none;
border:none;
position: relative;
}

.strokeme {
  color: rgba(150,150,150,1);
  -webkit-text-stroke: 1px rgba(255,255,255, 0.3);
  background-color: rgba(255,255,255,0);
  text-shadow: rgba(255,255,255,0.4) 0px 0px 20px; 
}
.strokebutton {
  -webkit-text-stroke: 1px rgba(0,0,0, 0.3);
  position: absolute;
  color: rgba(255,255,255,1);
  text-shadow: rgba(255,255,255,0.4) 0px 0px 20px; 
  left: 50%;
  transform: translate(-50%, -50%);
}

#pp {
  z-index: 10;
  height: 100px;
  display: block;
  margin: auto;
  border: 2.5px;
  border-radius: 50%;
  filter: drop-shadow(0 0 0.75rem rgba(255, 255, 255,0.5));
  backdrop-filter: blur(15px) saturate(3);
}

p {
font-family: warioware, sans-serif;
text-align: center
}

#ht1 {
  mix-blend-mode: soft-light;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 999;
  transition: transform 0.1s ease-out;
  opacity: 0.53;
  pointer-events: none;
  filter: drop-shadow(0 0 20px white);
}

#tex1 {
  mix-blend-mode: lighten;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 998;
  transition: transform 0.1s ease-out;
  opacity: 0.11;
  pointer-events: none;
  filter: drop-shadow(0 0 10px white);
}

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  image-rendering: high-quality;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
@supports (height: 100dvh) {
  #myVideo {
    height: 100dvh;
  }
}
