* {
    margin:0; 
    padding:0;
    box-sizing: border-box;
}
body {
    background: black url(./images/bg-cfmoto2.jpg) center center no-repeat;
    background-size: cover;
    font-size:1em;
    font-family: 'supreme_llbold', sans-serif;
    height: 100vh;
    color: white;
}
main {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video {
    height: 85vh;
    /* width: 100%; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
  height: 100%;
  width: auto;
}


#videoBG {
  /* position: fixed; */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.redes {
    height: 15vh;
    width: auto;
    display: flex;
    margin: 1em;
    gap: 8em;
    align-items: center;
    font-size: .6em;
    text-align: center;
} 
img {
    height: 48px;
    width: 48px;
    border: 2px solid white;
    border-radius: 12px;
    box-shadow: 2px 2px 13px black;
    margin-bottom: .5em;
}
@media only screen and (max-width: 720px) {
}

@media only screen and (max-width: 480px) {
    .video {
        height: 85vh;
        max-width: 320px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 14, 2024 */


@font-face {
    font-family: 'supreme_llblack';
    src: url('./fonts/supremell-black-webfont.woff2') format('woff2'),
         url('./fonts/supremell-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llblack_italic';
    src: url('./fonts/supremell-blackitalic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbold';
    src: url('./fonts/supremell-bold-webfont.woff2') format('woff2'),
         url('./fonts/supremell-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbold_flat';
    src: url('./fonts/supremell-boldflat-webfont.woff2') format('woff2'),
         url('./fonts/supremell-boldflat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbold_flat_italic';
    src: url('./fonts/supremell-boldflatitalic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-boldflatitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbold_italic';
    src: url('./fonts/supremell-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbook';
    src: url('./fonts/supremell-book-webfont.woff2') format('woff2'),
         url('./fonts/supremell-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llbook_italic';
    src: url('./fonts/supremell-bookitalic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llitalic';
    src: url('./fonts/supremell-italic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_lllight';
    src: url('./fonts/supremell-light-webfont.woff2') format('woff2'),
         url('./fonts/supremell-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_lllight_italic';
    src: url('./fonts/supremell-lightitalic-webfont.woff2') format('woff2'),
         url('./fonts/supremell-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'supreme_llmedium';
    src: url('./fonts/supremell-medium-webfont.woff2') format('woff2'),
         url('./fonts/supremell-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}