html, body {
  overflow: hidden;
  margin: 0;
}
body {
  background-color: #eee;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
}
h2 {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h3 {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 35px;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
a {
  color: #999;
  text-decoration: none;
  transition: color .2s ease;
}
a:hover {
  color: #f33;
}
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  width: 100%;
}
.social-icons .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.social-icons .icon.linkedin {
  fill: #0077B5;
}
.social-icons svg {
  width: inherit;
  height: inherit;
}

@media only screen and (max-device-width: 414px) and (orientation: portrait) {
  h1 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  h2 {
    font-size: 15px;
    line-height: 22px;
  }
  h3 {
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (max-device-width: 360px) and (orientation: portrait) {
  h1 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 14px;
    line-height: 22px;
  }
  h3 {
    font-size: 12px;
    line-height: 22px;
  }
}
