html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body { 
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: url('../images/bg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #00171f;
}
canvas {
  position: fixed;
  z-index: 0;
}
h1,h2 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
h1 {
  font-size: 24px;
  color: #2d7dd2;
}
h2 {
  font-size: 20px;
}
a, a:hover, a:link, a:active, a:visited {
  color: #00171f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container {
  position: absolute;
  top: 15px;
  z-index: 2;
  width: 70%;
  max-width: 800px;
  min-width: 250px;
  overflow: hidden;
  margin: 10% auto 0;
  left: 0;
  right: 0;
  text-align: center;
}
#logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
}
/*#logo img {
  width: 100%;
  max-width: 800px;
}*/
#logo a:hover {
  text-decoration: none;
}
#logo .ending {
  color: #2d7dd2;
  font-size: 2rem;
}
#content {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  #container {
	width: 80%;
  }
  #logo {
    font-size: 2rem;
  }
  #logo .ending {
    font-size: 1.2rem;
  }
}
