html,body{ 
	width:100%;
	height:100%;
	background:#111;
}
html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  margin:0;
}
canvas{
  display:block;
  vertical-align:bottom;
}
.panel {
  position:absolute; 
  top:50%; 
  left:50%;
  width:300px;
  height:300px;
  border-radius: 150px;
  margin: -160px 0 0 -150px;
  padding: 40px 0 0 0;
  background:rgba(255,255,255,0.5);
  box-sizing: border-box;
  z-index: 100;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content: space-around;
  align-items:center;
}
.panel p {
  margin:10px 0;
}
.panel p.lead {
  font-size:24px;
}
#particles-js{
  width: 100%;
  height: 100%;
  /* background: rgb(46,0,87);
  background: linear-gradient(326deg, rgba(46,0,87,1) 0%, rgba(9,85,121,1) 35%, rgba(0,212,255,1) 100%); */
  background: rgb(2,0,36);
  background: linear-gradient(356deg, rgba(2,0,36,1) 0%, rgba(12,195,96,1) 58%, rgba(255,214,0,1) 100%);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
