* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  user-select: none;
}

body {
  align-items: center;
  display: flex;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  background: #000000;
}

canvas{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: rgb(22, 22, 22);
}
