body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{padding:1rem;background-color:#fff;position:fixed;top:0;left:50%;transform:translateX(-50%)}#root,.bubbles,body,html{height:100%}.bubbles{display:flex;align-items:center;justify-content:center;overflow:hidden}.bubbles svg{width:100vw;height:100vw;transform:rotate(-90deg) translateY(5%)}@media only screen and (orientation:landscape){.bubbles svg{width:100vh;height:100vh;transform:rotate(0)}}.bubble_circle{transform:scale(0);-webkit-animation-name:bubbleAnim;animation-name:bubbleAnim;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bubbleAnim{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes bubbleAnim{0%{transform:scale(0)}to{transform:scale(1)}}
/*# sourceMappingURL=main.b329932a.chunk.css.map */