html{
    scroll-behavior:smooth;
}

body{
    background:#0f172a;
    color:white;
    font-family:Arial,sans-serif;
    overflow-x:hidden;
}

/* SECTION */

.section{
    padding:120px 20px;
}

.section-title{
    font-size:3rem;
    font-weight:900;
    text-align:center;
}

.section-subtitle{
    text-align:center;
    color:#94a3b8;
    margin-top:15px;
}

footer{
    background:#020617;
}

section{
    position: relative;
    z-index: 1;
    isolation: isolate;
}

img, video{
    will-change: transform;
    backface-visibility: hidden;
}