.form{position:relative;width:60%}.form__title{padding:15px;font-size:18px;font-weight:400}.form__textarea{padding:10px 90px 10px 10px;width:100%;height:200px;border:2px solid #000;resize:none}.form__button{position:absolute;bottom:25px;right:25px;width:50px;height:50px;border:2px solid #000;border-radius:50%;background-color:#fff}.form__button:focus,.form__textarea:focus{border-color:#006f4a}.form__button-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%}.load{padding:20px;text-align:center;font-size:36px;color:red}.note-item{position:relative;width:calc((100% - 100px) / 3);padding:25px;border:2px solid #000}.note-item__content{text-align:justify;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.note-item__close-btn{position:absolute;top:0;right:0;transform:translate(50%,-50%);width:50px;height:50px;border:2px solid #000;border-radius:50%;background-color:#fff;cursor:pointer}.note-item__close-btn_first,.note-item__close-btn_second{position:absolute;top:50%;left:50%;width:60%;height:4px;background-color:red}.note-item__close-btn_first{transform-origin:center center;transform:translate(-50%,-50%) rotate(45deg)}.note-item__close-btn_second{transform:translate(-50%,-50%) rotate(-45deg)}.note-list{display:flex;flex-wrap:wrap;gap:50px;justify-content:start;padding-top:25px;padding-right:25px}.error{padding:20px;text-align:center;font-size:36px;color:red}.title{display:flex;align-items:center}.title__text{margin-right:30px;font-size:50px;font-weight:400}.title__btn{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:2px solid #000;border-radius:50%;background-color:#fff;cursor:pointer}.title__refresh-btn{width:70%;transform:rotate(135deg)}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Arial,Helvetica,sans-serif}ol,ul{list-style-type:none}button{cursor:pointer}button,textarea{border:none;font-size:inherit;background-color:#fff}button:focus,textarea:focus{outline:none}#root{display:flex;flex-direction:column;gap:30px;margin:0 auto;padding:50px;max-width:1200px}.visually-hidden{position:fixed;transform:scale(0)}
