@font-face {
    font-family: 'kulbaskervilleregular';
    src: url('font/kulbaskerville-webfont.eot');
    src: url('font/kulbaskerville-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kulbaskerville-webfont.woff2') format('woff2'),
         url('font/kulbaskerville-webfont.woff') format('woff'),
         url('font/kulbaskerville-webfont.ttf') format('truetype'),
         url('font/kulbaskerville-webfont.svg#kulbaskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal; }


@font-face {
    font-family: 'kulblackletter';
    src: url('font2/kulblackletter-webfont.woff2') format('woff2'),
         url('font2/kulblackletter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kulklasikregular';
    src: url('font3/kulklasik-webfont.woff2') format('woff2'),
         url('font3/kulklasik-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body { font-family: 'kulbaskervilleregular', Arial;

text-align: center;
background: white;
 


 }




h3  
{ font-family: 'kulblackletter'; 
 
letter-spacing: 9px; 
color:black; 
line-height: 1%; 
position: center;
text-align: center;
 
  
}




div.container {
position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}
div.container p {
  margin: 0 }

#quote { font-family: 'kulbaskervilleregular';
text-align: center;
font-size:37px;
letter-spacing: 3px;

}












video {
  background: white;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
 
}