#particles-js{
    width: 100%;
    height: 280px;
    z-index: 1;
    background-color: #03203C;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*position: absolute;*/
}

#particles-text{
    padding: 0;
    margin: 0;
    position: relative;
    top: -176px;
    backface-visibility: hidden;
    z-index: 2;
    color: #FFF;
    font-size: 36px;
}
