.create-note-form{position:sticky;top:0;width:480px;margin:30px auto 20px;background:#fff;padding:15px;border-radius:7px;box-shadow:0 1px 5px #8a8989;overflow:hidden}.create-note-form input,.create-note-form textarea{width:100%;border:none;padding:4px;outline:none;font-size:1.2em;font-family:inherit;resize:none}.create-note-form button{margin-top:10px;background:#f5ba13;color:#fff;border:none;border-radius:7px;padding:10px 20px;box-shadow:0 1px 3px #0000004d;cursor:pointer;outline:none}footer{position:absolute;text-align:center;bottom:0;width:100%;height:2.5rem}footer p{color:#000}*{padding:0;margin:0;box-sizing:border-box}html{font-family:montserrat,sans-serif}body{background:#eee;padding:0 16px;overflow:hidden}header{background-color:#f5ba13;padding:16px 32px;margin:auto -16px;box-shadow:0 0 10px #0000004d}header h1{color:#fff;font-family:Mclaren,cursive;font-weight:200}.note{background:#ddd;border-radius:7px;box-shadow:0 2px 5px #ccc;padding:10px;width:240px;margin:16px;float:left}.note:after{content:"";display:table;clear:both}.note h1{font-size:1.1em;margin-bottom:6px}.note p{font-size:1.1em;margin-bottom:10px;white-space:pre-wrap;word-wrap:break-word}.note button{position:relative;float:right;margin-right:11px;color:#000;border:1px;width:36px;height:36px;cursor:pointer;outline:none;border-radius:7px;background-color:gray}
