/* ---- reset ---- */ body{ margin:0; } section h1{ color: white; display: flex; justify-content: center; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ display: flex; flex-direction: column; width: 100%; height: 100%; padding: 50px; background-color: #000000; background-repeat: no-repeat; background-size: 10%; background-position: 50% 50%; }