@font-face {
    font-family: 'comicsans';
    src: url('assets/ComicSansMS.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'comicsans';
    src: url('assets/ComicSansMSbold.ttf') format('truetype');
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    color: #e7e7e7;
    font-family: 'comicsans', sans-serif;
    
}

.logo {
    width: 23vw;
    height: auto;
    display: block;
    margin: auto;
    filter: drop-shadow(0 0 8px #00000080);
}

.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
    opacity: 0.6; /* Adjust for desired darkness */
    pointer-events: none;
}

@media (max-width: 700px) {
    .logo {
        width: 70vw;
    }
}

#product-component-1754687993628, #product-component-1754773000606 {
    padding: 20px;
}