*{box-sizing:border-box;margin:0;padding:0}html{font-family:Montserrat,sans-serif}body{background:#eee;padding:16px}.header{background-color:#f5ba13;box-shadow:0 0 10px 0 #0000004d;margin:-16px -16px 0;padding:16px 32px}.header h1{color:#fff;font-family:McLaren,cursive;font-size:2rem;font-weight:200}.footer{align-items:center;bottom:0;display:flex;height:2.5rem;justify-content:center;position:fixed;text-align:center;width:100%}.footer p{color:#ccc}.create-note{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0003;display:flex;flex-direction:column;gap:10px;margin:30px auto;padding:16px;width:480px}.create-note input{border:none;border-bottom:1px solid #ddd;font-size:1rem;padding:4px 0}.create-note input,.create-note textarea{font-family:inherit;outline:none;width:100%}.create-note textarea{border:none;font-size:.95rem;resize:none}.create-note button{align-self:flex-end;background-color:#f5ba13;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:1.4rem;height:36px;transition:background .2s;width:36px}.create-note button:hover{background-color:#e0a800}.notes-container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:40px;padding:20px}.note{background:#fff;border-radius:7px;box-shadow:0 2px 5px #ccc;display:flex;flex-direction:column;justify-content:space-between;min-height:120px;padding:16px;width:240px}.note h1{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:8px}.note p{color:#555;flex-grow:1;font-size:.9rem}.note button{align-self:flex-end;background-color:#f5ba13;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:4px 10px;transition:background .2s}.note button:hover{background-color:#e0a800}
/*# sourceMappingURL=main.bed9c600.css.map*/