@charset "UTF-8";
/* CSS Document */
body, body * {
  vertical-align:baseline;
  border:0 none;
  outline:0;
  padding:0;
  margin:0;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 100vh;
  width: 100vw;
}

main {
  width: 100vmin;
  height: 100vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
canvas {
  width: 75vmin !important;
  height: 100vmin !important;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
  display: block;
}
