body {
    background-color: #000;
    color: #ddd;
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    font-weight: lighter;
    font-size: 18px;
}
hr {
    background-color: #3b3b3b;
    border: none;
    height: 2px;
}
section {
    height: 100vh;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.particles-js-canvas-el {
    position: absolute;
}