html{
    margin: -6px 0 0 -6px;
}
.root-web{
    background-color: #fdeb94;
    /* margin: 6px; */
}
@media (min-width: 767.98px) {
    .root-web{
        /* margin: 6px; */
    }
}

.main-data{
    background-image: url("../images/Web/background.png");
    background-size: contain;
    z-index: 10;
}

.additional{
    z-index: 1;
}

.border-crisper{
    border: 3pt solid #e7240a !important;
    border-radius: 10px;
}