html, body, .stage, .ring, .img {
  width:100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select:none;
}

html, body, .stage {
  overflow:hidden;
  background:#000;
}

div, svg {
  position: absolute;
}

.container {
  perspective: 2000px;
  width: 300px;
  height: 400px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.link {
    color: #aaaaaa;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    top: 75%;
    text-align: center;
    width: 100%;
}

.link a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
  color: #aaaaaa;
}