/*PC*/
@media print, screen and (min-width: 768px) {
#particles-js {
width:100%;
height:100%;
background:#FFF;
position:fixed;
z-index: -1;
}
}


/*SP*/
@media print, screen and (max-width: 767px) {
#particles-js {
width: 100%;
height:100%;
z-index: -1;
background:#FFF;
position:fixed;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
}



#particles-js canvas {
display: block;
vertical-align: bottom;
opacity: .6;
}


#stats, .count-particles {
-webkit-user-select: none;
margin-top: 5px;
margin-left: 5px;
}

#stats {
border-radius: 3px 3px 0 0;
overflow: hidden;
}

.count-particles {
border-radius: 0 0 3px 3px;
}