.force-particles {
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#particles-js{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

@media (max-width: 480px) {
    .force-particles {
        padding: 0 50px;
    }

}