#particles-js {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #4A3E65;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.particles-js {
    z-index: 1;
}

.particles-js-canvas-el {
    width: 100%;
    height: 100%;
}

*:not(input) {
    color: white !important;
}

.bg-green-pilko {
    background-color: #1db483;
}

.bg-green-pilko:hover {
    background-color: #1fcc99;
}

.text-green-pilko {
    color: #1db483!important;
}
