#app{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}ul{flex-direction:column;justify-content:space-between;gap:15px;width:100%;max-width:500px;margin:20px 0;padding:0;list-style:none;display:flex}li{width:100%}.output{justify-content:center;align-items:center;gap:10px;width:100%;font-size:18px;display:flex}.output span{text-align:center;word-break:keep-all;flex:1;font-size:18px;overflow:hidden}.delete{cursor:pointer;color:#050505;background-color:#d8d9d8;border:solid #d8d9d8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.delete:hover{color:#fff;background-color:red;border:solid red}.inputlist{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}form{flex-direction:row;gap:10px;width:100%;max-width:500px;display:flex}#todo-input{border:solid #151414;border-radius:5px;flex:1;padding:15px}#add{cursor:pointer;color:#fff;background-color:#00462a;border:solid #00462a;border-radius:5px;width:80px;padding:15px}@font-face{font-family:Pretendard;src:url(./PretendardVariable-CJuje-Rk.woff2)format("woff2");font-weight:400;font-style:normal}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif}.date-btns{flex-direction:row;gap:15px;display:flex}#prev,#next{border:none}.done{color:gray;text-decoration:line-through}header{flex-direction:column;align-items:center;display:flex}
