@charset "utf-8";
/* CSS Document */
body {
  background: url('video.png');
  background-size: cover;
}
h1 {
  font-weight: bold;
  color: #fff;
  font-size: 38px;
 
  text-transform: uppercase;
  font-family: Arial Black;
  text-align: center;
  #font-size:3.5rem;
  
  -webkit-text-stroke: 1px black;
   color: white;
    text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
}
.bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}
.block {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 15%;
  margin: -125px 0 0 0;
  #background: linear-gradient(90deg, #FFFFFF 50%, #FFFFFF 50%);
  #font-size: 24px;
  text-align: center;
  font-size:2rem;
  font-weight: bold;
  -webkit-text-stroke: .1px black;
  color: white;
  text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
  #color: #ffffff;
}