body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;background:url(/static/media/background.d2ba18e9e0a2e20f6b6c.png) no-repeat 50%;background-size:cover;display:flex;flex-direction:column;height:100vh;padding-bottom:12vh;width:100vw}.App-logo{margin-top:22vh;width:50%}.App-logo-beatbot{margin-top:5vh;pointer-events:none;width:50.2%}.ripple{display:inline-block;margin-bottom:3vh;width:44.8%}.ripple-image-container{border-radius:5px;cursor:pointer;display:flex;overflow:hidden;position:relative}.ripple-image{align-self:center;height:100%;object-fit:cover;width:100%}.ripple-effect{-webkit-animation:ripple-animation 1s linear;animation:ripple-animation 1s linear;background:rgba(0,0,0,.3);border-radius:50%;position:absolute;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes ripple-animation{to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}@keyframes ripple-animation{to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}
/*# sourceMappingURL=main.d86a0da0.css.map*/