@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);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}.App{align-items:center;background:linear-gradient(to bottom right,#e0eafc,#cfdef3);display:flex;flex-direction:column;font-family:Lobster,cursive;height:100vh;justify-content:flex-start;width:100%}.title{color:#333;font-size:40px;margin-bottom:20px;margin-top:20px}.container{align-items:flex-start;display:flex;gap:20px}.draw-area{background-color:#fff;border:3px solid grey;height:700px;position:relative;width:1000px}.menu-panel{background-color:#f4f4f4;border-radius:10px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;gap:15px;height:700px;padding:15px;width:250px}.menu-panel label{color:#333;font-size:16px}.menu-panel input[type=range]{width:100%}button{background-color:#4644f0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:8px 14px}button:hover{background-color:#2b29c5}.popup{animation:fadeInOut 3s ease forwards;background-color:#fc0;border-radius:8px;box-shadow:0 2px 8px #0003;color:#333;font-weight:700;opacity:0;padding:12px 18px;position:fixed;right:20px;top:20px}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1}to{opacity:0;transform:translateY(-10px)}}
/*# sourceMappingURL=main.ef86a63c.css.map*/