body{
    margin: 0;
    padding: 0;
    height: 100vh;
}
#particles-js{
    height: 100%;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}