html,body{ 
	width:100%;
	height:100%;
	background:#000000;
}
canvas{
  display:block;
}
a, a:hover, a:link, a:visited {
    color: rgb(255, 132, 194) !important;
    text-decoration: none !important;
}
.one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.two {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}