.bg-cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.marker\:text-red ::marker{
    color: #000000;
}
.disc{
    list-style-type: disc;
}
