body {
    background: rgb(243, 243, 243) !important;
    overflow: hidden;
    margin: 0;
}

.manual-container-fluid {
    position: absolute;
    height: 100vh;
}

.manual-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    fill: rgb(243, 243, 243);
}

#particles-js {
    /* background-color: #88b900; */
    opacity: 1;
}

#manual-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.2;
}

.manual-bg-overlay {
    position: relative;
}

.manual-bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/logo_viotmec.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
}

#footer {
    position: absolute;
    bottom: 0;
}