

body {
    margin: 0;
    padding: 0;
}

.aspect-video-r {
    aspect-ratio: 12/16;
}

/* *{
    outline: 1px solid purple;
} */

/* h1,h2,h3,h4,h5,h6,span,a {
    font-family: 'Cinzel', serif;
} */

i {
    display: flex;
    justify-content: center;
    align-items: center;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.2);
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
    background: rgb(28, 36, 52, 0.3);
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(28, 36, 52, 0.5);
}
