body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

h1 {
    font-family: 'Orbitron', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #013473;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
}

#scene {
    perspective: 1000px;
}