.particles {
    font-size: 0;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.particles:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.particles-container {
    background: #1e242b;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.particles-container canvas {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.particles-text {
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.particles-text > p:first-of-type {
    font-size: 1.6em;
    font-weight: 900;
    margin-bottom: 0.3em;
    margin-top: -0.6em;
}


@media (max-width: 640px) {
    .particles-text {
        font-size: 30px;
        font-size: 5.5vmin;
        padding: 0 2%;
        line-height: 1;
    }
    .particles-text > p:first-of-type {
        font-size: 1.4em;
    }
}