.spontaneous-employment-btn
{
    background-color: #33702E;
    text-align: center;
    width: 20%;
    margin: 0 auto;
    display: inline-block;
    height: 60px;
    border-radius: 20px;
    color: #FFFFFF;
}

.spontaneous-employment-btn:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #3A7F34;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.particles-js-canvas-el
{
    position: absolute;
    top: 0px;
    z-index: -1;
}
/*.btn-ten*/
/*{*/
/*    width: 500px !important;*/
/*}*/

@media screen and (max-width: 540px) {

    .spontaneous-employment-btn
    {
        /*font-size: 12px;*/
        display: block;
        width: 50%;
        min-width: 150px;
    }
}
