

/* body */

.body-bg {
    opacity: 1;
    background-color: rgb(33 33 60);
}

.body-into {
    overflow: clip;
}





/* header */

header{
    /* z-index: 10; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* position: absolute; */
}



.z-10 {
    z-index: 10;
}

.top-0 {
    top: 0;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.absolute {
    position: absolute;
}

.justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}


