@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";:root{font-family:Rubik,sans-serif;line-height:1.1;font-weight:400;color:#673b10;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}html{scroll-behavior:smooth}body{background-color:#fff;min-height:100vh;margin:0;padding:0;text-align:center;box-sizing:border-box;overflow-y:scroll}#root{min-height:100vh;display:flex;flex-direction:column}main{display:flex;flex-direction:column;padding:50px 200px;gap:70px;flex-grow:1}.toastes{position:fixed;z-index:1000;top:80px;right:20px;max-width:90%}input:focus{outline:none;background-color:#ffebcd}@media screen and (max-width: 997px){main{padding:50px 20px;gap:50px}}h1{font-size:2em}.toast{padding:10px 15px;border-radius:5px;color:#000;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.error{border:1px solid #fe5b5d;background-color:#fcefea}.success{border:1px solid #51dc6c;background-color:#f1f9f4}.info{border:1px solid #3488e9;background-color:#e7eefa}.toast button{border:none;background-color:transparent;padding:5px;border-radius:5px}.toast button:hover{background-color:#fff}.toast-icon{font-size:2.5rem}.toast.success .toast-icon{color:#51dc6c}.toast.error .toast-icon{color:#fe5b5d}.toast.info .toast-icon{color:#3488e9}
