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

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
	background: #242424
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #ee2121;
}

.text {
	position: absolute;
	font-size: 1em;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	color: #fff;
	max-width: 90%;
	padding: 2em 3em;
	font-family: 'Roboto', sans-serif;
}

.title {
    font-size:2em;
}

h1 {
	font-family: 'Roboto', sans-serif;
}

.spc {
    font-weight:bold;
}

h3 {
    font-weight: normal;
}