@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);*{box-sizing:border-box}body{background-color:#44bd32;margin:0;font-family:"Pacifico",cursive}#root{display:flex;align-items:center;justify-content:center;min-height:100vh}.box{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:4px 4px 4px rgba(0,0,0,.8);width:555px;max-width:100%;text-align:center}.box h2{margin-top:0}.box p{margin:2rem}.box button{background-color:#4169e1;border:0;border-radius:2px;box-shadow:4px 4px 5px rgba(0,0,0,.4);color:#f5f5f5;padding:.5rem 1rem;cursor:pointer;transition:transform .8s linear}.box button:active{transform:scale3d(-1.4,.4,.7)}.box button:focus{outline:none}
/*# sourceMappingURL=main.7b1eadba.chunk.css.map */