body {
background-image:url('../1.jpg');
background-repeat:repeat-x repeat-y;
background-size:100%;
//background-position:center;
}
canvas {
  display: block;
  vertical-align: bottom;
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
a {
	font-size:25px;
	color: #fff;
}
p{
	color: yellow;
	text-align: center;
	font-size: 40px;
	margin: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}