
body {
    background-color: black;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

header #emojis-box {
    font-size: 7em;
}

header #title {
    font-size: 4em;
    margin-top: 20px;
    font-family: "Frijole", system-ui;
    font-weight: 400;
    font-style: normal;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide video {
    display: block;
    width: 80%;
    object-fit: contain;
}

footer {
    text-align: center;
    padding: 50px;
    font-size: 0.9em;
}
