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: 14px;
  font-weight: 200;
  color: #00171f;
}
canvas {
  position: fixed;
  z-index: 0;
}
h1,h2 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
h1 {
  font-size: 22px;
  color: #00a8e8;
}
h2 {
  font-size: 18px;
}
a, a:hover, a:link, a:active, a:visited {
  color: #00171f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container {
  /*width: 50%;
  margin: 8% auto 0;
  position: relative;*/
  position: absolute;
  top: 15px;
  z-index: 2;
  width: 65%;
  max-width: 800px;
  min-width: 250px;
  overflow: hidden;
  margin: 8% auto 0;
  left: 0;
  right: 0;
  text-align: center;
}
#logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#logo img {
  width: 100%;
  max-width: 800px;
}
#content {
  text-align: center;
  margin-top: 60px;
}
