.homepage{text-align:center;padding:20px;max-width:900px;margin:0 auto}.homepage h1{font-size:32px;font-family:Rubik,sans-serif;color:#807e7e;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.homepage p{font-size:16px;font-family:Dosis,sans-serif;color:#555;line-height:1.6;margin-bottom:2rem}.homepage .features-list{display:flex;flex-direction:column;align-items:center;padding:0;margin:0 auto;list-style:none;gap:1rem}.homepage li{font-size:1rem;font-family:Dosis,sans-serif;font-weight:700;color:#333;background:#000;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;width:30%;display:flex;align-items:center;justify-content:flex-start;transition:transform .2s ease}.homepage li:hover{transform:translateY(-3px)}.homepage li:before{content:attr(data-icon);font-size:1.5rem;margin-right:10px}.homepage .cta-button{margin-top:3rem;padding:.75rem 1.5rem;font-size:1.125rem;font-family:Arial,sans-serif;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #0003;transition:background-color .3s ease,box-shadow .3s ease}.homepage .cta-button:hover{background-color:#0056b3;box-shadow:0 6px 16px #0000004d}.about-page{text-align:center;padding:20px;max-width:900px;margin:0 auto}.about-page .about-section{margin-bottom:2rem}.about-page .about-section h2{font-size:24px;font-family:Rubik,sans-serif;color:#555;margin-bottom:.5rem;text-decoration:underline}.about-page .about-section p{font-size:16px;font-family:Dosis,sans-serif;color:#666;line-height:1.6;max-width:700px;margin:0 auto}.custom-button{padding:.75rem 1.5rem;font-size:1.125rem;font-family:Arial,sans-serif;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #0003;transition:background-color .3s ease,box-shadow .3s ease}.custom-button:hover{background-color:#0056b3;box-shadow:0 6px 16px #0000004d}.custom-button:active{background-color:#00408a}.custom-button:disabled{background-color:#ccc;cursor:not-allowed;box-shadow:none}.todo-page{display:flex;justify-content:center;align-items:center;height:100vh}.todo-page .todo-form{padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px;text-align:center}.todo-page .todo-form h1{font-size:24px;margin-bottom:1.5rem}.todo-page .todo-form .form-group{margin-bottom:1.5rem;text-align:left}.todo-page .todo-form .form-group label{display:block;font-size:16px;font-family:Dosis,sans-serif;color:#fff;margin-bottom:.5rem}.todo-page .todo-form .form-group input,.todo-page .todo-form .form-group textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;transition:border-color .3s ease}.todo-page .todo-form .form-group input:focus,.todo-page .todo-form .form-group textarea:focus{border-color:#007bff;outline:none}.todo-page .todo-form .form-group textarea{resize:vertical;height:100px}.todo-page .todo-form .buttons{display:flex;justify-content:space-around;align-items:center}.todo-page .todo-form .custom-button{padding:.75rem 1.5rem;font-size:1.125rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #0003;transition:background-color .3s ease,box-shadow .3s ease}.todo-page .todo-form .custom-button:hover{background-color:#0056b3;box-shadow:0 6px 16px #0000004d}.todo-page .todo-form .custom-button:active{background-color:#00408a}.register-page{display:flex;justify-content:center;align-items:center;height:100vh}.register-page .register-form{padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px;text-align:center}.register-page .register-form h1{font-size:24px;margin-bottom:1.5rem}.register-page .register-form .form-group{margin-bottom:1.5rem;text-align:left}.register-page .register-form .form-group label{display:block;font-size:16px;font-family:Dosis,sans-serif;color:#fff;margin-bottom:.5rem}.register-page .register-form .form-group input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;transition:border-color .3s ease}.register-page .register-form .form-group input:focus{border-color:#007bff;outline:none}.register-page .register-form .custom-button{padding:.75rem 1.5rem;font-size:16px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #0003;transition:background-color .3s ease,box-shadow .3s ease}.register-page .register-form .custom-button:hover{background-color:#0056b3;box-shadow:0 6px 16px #0000004d}.register-page .register-form .custom-button:active{background-color:#00408a}.register-page .register-form .buttons{display:flex;justify-content:space-around;align-items:center}.header{display:flex;justify-content:center;align-items:center;padding:.5rem;margin:.5rem;background-color:#000000e6;border-radius:1rem}.header h1{font-family:Rubik,sans-serif;font-size:32px;letter-spacing:.5rem;color:#fff}.footer{margin-top:2rem;padding:20px;text-align:center}ul{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;margin:0}.footer-item{display:flex;flex-direction:row;align-items:center;margin:0 3rem;color:#fff}.footer-item a{margin-right:1rem;text-decoration:none;color:#000;font-size:16px;color:#fff}.icon{width:24px;height:24px}body,html{background-color:#1e073e;margin:1rem;padding:0;display:flex;flex-direction:column}h1{font-family:Rubik,sans-serif;font-size:24px;color:#807e7e}a{text-decoration:none;color:inherit;font-weight:400;font-style:normal;cursor:pointer}a:hover{color:#fff}a:visited{color:inherit;text-decoration:none}
