html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #062131;
  margin: 0;
  padding: 0;
  font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400
}
header {text-align: center;}

header .logo {
  height:72px;
  margin-top:45px;
  box-sizing: content-box;
}
.content {
  text-align:LEFT;
  color:#fff;
  position: absolute;
  z-index: 11;
  margin: auto;
  padding:30PX;
  right: 0;
  top: 0;
  bottom: 0;
  height: 260px;
}
.content h1 {
  color: #fff;
  font-size: 3em;
  position: relative;
  font-weight: 400;
  margin: 0 1vw;
}
.content  a{
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 5px;
  border: 1px #999 dashed;
  padding: 5px 6px;
  color: #ff0;
  display: inline-block;
}

button{
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 5px;
  border: 1px #999 dashed;
  padding: 5px 6px;
  color: #ff0;
  display: inline-block;background-color: transparent;
}

.content a:hover {
  color: #f30;
  opacity: 0.8;
}
.btn  a{
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 12px 19px;
  color: #fff;
  display: inline-block;
}
.btn a:hover {
  color: #fff;
  opacity: 0.8;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  padding: 0;
  margin: 0 0 -6px 0;
  overflow: hidden;
}