.draggable{width:250px;height:250px;color:#333;display:flex;flex-direction:column;padding:15px;border-radius:4px;box-shadow:5px 5px 15px #0003;transform:rotate(-2deg);cursor:grab;-webkit-user-select:none;user-select:none;position:absolute;font-family:Kalam,cursive,sans-serif}.draggable:active{cursor:grabbing;box-shadow:10px 10px 20px #0000004d;z-index:100}.topbar{width:100%;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;flex-shrink:0}.title{font-size:1.5rem;font-weight:700;flex-grow:1;text-align:left;outline:none;overflow-x:auto;overflow-y:auto}.description{width:100%;height:100%;font-size:1rem;line-height:1.4;outline:none;overflow-y:auto}.delete{display:flex;justify-content:center;align-items:center}.delete>button{background:transparent;border:1px solid rgba(80,80,80,.7);color:#222;font-size:1.5rem;font-weight:700;cursor:pointer;width:20px;height:20px;border-radius:50%;line-height:10px}body{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif;background-color:#faf9f6;color:#333;overflow-x:hidden;overflow-y:auto}.header{position:fixed;top:0;width:100%;height:10vh;display:flex;justify-content:left;align-items:center;z-index:999}.create{width:50px;height:50px;border-radius:50%;background-color:#61fb85;margin-left:20px;position:absolute;top:0;left:0;z-index:1001;margin-top:20px}.heading{width:100%;text-align:center;font-size:2rem;font-weight:700;font-family:Kalam,cursive,sans-serif;position:absolute;top:0;left:0;z-index:1000;margin-top:20px}.create>button{width:100%;height:100%;border:none;background-color:transparent;color:#282c34;font-size:2rem;font-family:sans-serif;font-weight:700;cursor:pointer;z-index:1000}
