body {
    padding: 0px;
    margin: 0px;
}

.particle-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #282C34;
    overflow: hidden;
}

#particles-js {
    width: 100vw;
    height: 100vh;
}

.other-content {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    overflow: hidden;
    text-align: center;
}