
#i{
    border-radius: 30%;
}
h1,body,html{

    text-align: center;
    margin-top: 50px;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-family:'Roboto',sans-serif;
}
body{
    min-height: 100vh;
    height: 100%;
}

#particles-js canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}