html, body {
	color: #fff;
	background: #333;
}

.hero {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.hero img {
    z-index: 5;    
}

.hero p {
    padding-right: 25em;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
} 
