@import url(https://fonts.googleapis.com/css?family=Lato:900italic,900,700italic,700,400italic,300italic,400,300,100italic,100);

body {
  background: #0f0e47;
	font-family: 'Lato', sans-serif;
	-moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    height: 100%;
    margin: 0;
    text-rendering: optimizelegibility;
}

h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 45px;
  color: #00c499;
  padding: 100px 0 30px 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

p {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .2
}
canvas {
  position: absolute;
  background: #0f0e47;
}
