html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
}

body {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 20%, #002a2a, #000);
}

#bg {
  padding: 0px 10px 20px;
  border-radius: 40px;
  box-shadow: 0 0 50px 50px #000;
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

canvas {
  width: 100%;
  height: 100%;
}

#contact {
  position: fixed;
  z-index: 10;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
}

a, a:hover, a:active, a:visited {
  color: #fff;
}