@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Parkinsans:wght@300..800&family=Playwrite+HU:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}.App{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(120deg,#fff,#e0e0e0);overflow:hidden;padding:15px;animation:fadeIn 1s ease-in-out}h1.gradient-text{font-size:40px;font-weight:700;font-family:Playwrite HU,cursive;margin-top:-10px;margin-bottom:15px;background:linear-gradient(90deg,#ff6a00,#ee0979,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.draw-area{width:100%;max-width:1200px;height:500px;border:3px solid #444;border-radius:12px;position:relative;background-color:#fff;box-shadow:0 6px 15px #0003;transition:transform .3s}.menu{font-family:Outfit,sans-serif;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:100%;max-width:1200px;padding:15px;margin-bottom:15px;border-radius:10px;background-color:#3232324d;box-shadow:0 3px 8px #00000026;gap:5px}label{font-weight:700;color:#333;margin-right:10px;cursor:pointer}select,input[type=color],input[type=range]{margin:5px;padding:5px;border-radius:5px;border:1px solid #ddd}.footer{font-family:Outfit,sans-serif;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;padding:15px;margin-bottom:15px;border-radius:10px;background-color:#3232324d;box-shadow:0 3px 8px #00000026;gap:5px}.footer-text{font-weight:700;color:#333;margin-right:10px;cursor:pointer}.footer-text a{text-decoration:none;color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.draw-area{height:300px}.menu{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;width:100%;padding:10px}label{margin-right:5px;margin-top:10px}select,input[type=color],input[type=range]{margin:5px 10px;padding:5px;border-radius:3px;border:1px solid #ddd}.footer{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;width:100%;padding:10px;margin-top:10px}.footer-text{margin-right:5px;margin-top:10px}}@media (max-width: 480px){.draw-area{width:100%;height:750px}.menu{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;padding:5px;margin-bottom:5px}label{margin-right:2px;margin-top:5px;font-size:18px;margin-bottom:5px}select,input[type=color],input[type=range]{margin:5px;padding:3px;border-radius:3px;border:1px solid #ddd;font-size:15px;font-weight:700}.footer{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;padding:5px 5px 5px 20px;margin-bottom:7px;margin-top:10px}.footer-text{margin-right:2px;margin-top:5px;font-size:15px;font-weight:700;margin-bottom:5px}}
