@import url(https://fonts.googleapis.com/css?family=Chewy);@tailwind base;@tailwind components;@tailwind utilities;Reset some default browser styles body,button,h1,input,p{box-sizing:border-box;margin:0;padding:0}body{background-color:#333;color:#fdfafa;font-family:Poppins,sans-serif;line-height:1.6;padding:20px}button{background-color:#b4975f;border:1px solid #090900;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;justify-content:center;margin:5px;min-width:120px;padding:10px 20px;text-align:center;transition:background-color .3s ease,transform .2s ease;width:auto}button:hover{background-color:#b4985f8a;transform:scale(1.05)}button:active{transform:scale(.95)}button.focus{background-color:#28a745}@media (max-width:600px){button{font-size:14px;min-width:100px;padding:8px 16px}}input[type=number]{border:2px solid #ced4da;border-radius:8px;font-size:16px;max-width:200px;outline:none;padding:10px;transition:border-color .3s ease,box-shadow .3s ease;width:100px;width:100%}@media (max-width:600px){input[type=number]{font-size:14px;width:80%}}h1{animation:bounce 1s ease-in-out infinite;background:linear-gradient(45deg,#ff6f00,#d32f2f);-webkit-background-clip:text;background-clip:text;border-radius:10px;color:#eda348;font-family:Chewy,sans-serif;font-size:3rem;font-weight:700;letter-spacing:5px;padding:10px;text-shadow:4px 4px 10px #0006;text-transform:uppercase}h1,h2{text-align:center}h2{color:#b4975f;font-size:1rem;margin-bottom:20px}h1 span{color:#a74428}.App{background-color:#512507;border:1px solid #dee2e6;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:20px}label{display:block;font-size:16px;font-weight:700;margin-bottom:8px;margin-right:10px}div{margin-bottom:20px}.selected-button{background-color:#764508;color:#fff}button.potato-button{background-color:#ffc107;border:2px solid #040300;border-radius:50px;color:#212529;font-size:14px;margin:5px;padding:8px 16px;text-transform:uppercase}button.potato-button:hover{background-color:#764508;border-color:#e0a800}p.message{color:#6c757d;font-size:18px;font-weight:700;margin-top:20px;text-align:center}.fade-in{animation:fadeIn .5s ease-in-out}#button-family{display:flex;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}@media (max-width:600px){.flex-container{flex-direction:column;width:100%}}.potato-image{border:2px solid #ffc107;border-radius:8px;height:auto;margin-top:20px;max-width:100%}@media (max-width:600px){.potato-image{max-width:90%}}strong{color:#b4975f}@media (max-width:600px){h1{font-size:2rem}h2{font-size:1.2rem}p{font-size:1rem}}body,html{display:flex;flex-direction:column;height:100%;margin:0}#root{display:flex;flex:1 1;flex-direction:column}.footer{background-color:#333;bottom:0;color:#fff;font-size:14px;padding:5px 0;position:relative;text-align:center;z-index:10}.footer a{color:#ffc107;text-decoration:none}.footer a:hover{text-decoration:underline}.slider{-webkit-appearance:none;background:#b4975f;border-radius:5px;height:6px;margin:20px 0;outline:none;transition:all .3s ease-in-out;width:50%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#764508;border-radius:50%;box-shadow:0 4px 6px #0003;cursor:pointer;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:20px}.slider::-webkit-slider-thumb:hover{background:#b4975f;transform:scale(1.1)}.slider::-moz-range-thumb{background:#764508;border-radius:50%;cursor:pointer;height:20px;width:20px}.slider-ticks{display:flex;justify-content:space-between;margin-top:-10px}.slider-tick{color:#fdfafa;font-size:12px}
/*# sourceMappingURL=main.8d342143.css.map*/