.pt-sans-narrow-regular {
  font-family: "PT Sans Narrow", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-narrow-bold {
  font-family: "PT Sans Narrow", serif;
  font-weight: 700;
  font-style: normal;
}

.victor-mono-<uniquifier> {
font-family: "Victor Mono", monospace;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}

.marck-script-regular {
font-family: "Marck Script", cursive;
font-weight: 400;
font-style: normal;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.fs24 {font-size:2.4rem;}
.fs15 {font-size:1.5rem;}
.fs18 {font-size:1.8rem;}
.fs16 {font-size:1.6rem;}
.fs12 {font-size:1.2rem;}

.text-gold {color:#F97316;}
.text-pink {color:#F28CB1;}
.text-green {color:#00640b;}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#ecedee
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#343a40;
}
::-webkit-scrollbar-thumb:hover{
background-color:#23272b;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}
::-webkit-scrollbar{
width: 4px;
}

#video-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        background:#000;
    }
    #video-background video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
        /*padding: 20px;*/
    }
    
    .video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}