body,
h1 {
  margin: 0;
}
body {
  background: #000000;
  color: #ffffff;
	font: 100px -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.center {
  border: 20px solid #fff;
  padding: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: fixed;
  text-align: center;
  background: #000000;
  /* display: none; */
  /* opacity: 0.5; */
}

#tip {
  top: 0;
  right: 5px;
  color: #000000;
  position: fixed;
  font-size: 12px;
}

.social {
  font-size: 0;
}

.social a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

.social a:hover {
  text-decoration: underline;
}

.social a.bot {
  font-size: 16px;
}

canvas {
  width: 100vw;
  height: 100vh;
  display: block;
}

@media (max-width: 600px) {
  canvas, #tip {
    display: none;
  }
  .center {
    border: none;
  }
}