
* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}
body {
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
width: 100vw;
height: 100vh;
background-size: cover;
}
h1 {
    font-family: 'Paytone One', sans-serif;
    font-size:3.2rem;
    text-transform: uppercase;
    text-align:justify;
}
.content {
    position: absolute;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
}
#particles-js {
height: 100vh;
position: fixed;
z-index: 1;
width:100vw;
}