@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

html, body{
    background: transparent !important;
}
body {
  margin: 0;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
canvas {
    background: transparent !important;
    max-height: 100vh;
    max-width: 100vw;
    height: auto;
    width: auto;
    margin-top: -180px;
   /* transform: translateY(-150px) scale(1.2);*/
  /*   border: 1px solid silver; */
}

#container {
    margin-top: -140px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .05); */
    /* border: 1px solid rgba(0, 0, 0, .1); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: none;
}
h1 {
  font-family: Rubik;
  font-size: 100px;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
  color: #fff;
}
.tp-dfwv {
	display: none !important;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 256px;
}
