html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html,body{ 
	width:100%;
	height:100%;

}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  

  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 100%;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.panel{
font-family:'Arial';
font-size:1.3em;
position:absolute;
z-index:10;
width:250px;
height:220px;
top:50%;
left:50%;
margin:-110px 0 0 -125px;
padding:20px;
border-radius:8px;
box-sizing:border-box;
z-index:100;
background-color:rgba(0, 0, 0, 0.6);
text-align:center;
}
.panel h1{
font-size:1.8em;
font-weight:700;
color:#fff;
margin-top:-4px
}
.panel h2{
font-size:1.1em;
font-weight:550;
color:#ccc;
margin-bottom:8px;
}
.panel h3{
font-weight:400;
font-size:.8em;
color:#fff;
margin-bottom:8px;
line-height:1.3em
}
.linkpanel {
background-color:#fff;
border-radius: 8px 4px;
font-size: 1.1em;
font-weight: 400;
text-align: center;
line-height: 34px;
margin-top:4px;
-webkit-transition:background 0.2s ease;
transition:background 0.2s ease
}
.linkpanel:hover {
background-color:#ccc;
cursor:pointer;
}
.linkpanel a {
color:#000;
}

.typewriter  {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
