body,html{padding:0;margin:0;background-color:rgb(102,102,221);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:rgb(79,70,229);text-decoration:none;transition:color .15s ease}a:hover{color:rgb(102,102,221);text-decoration:underline}*{box-sizing:border-box}.ql-editor{background-color:white}.posts-list{list-style:none;padding-left:0;margin-left:1rem;margin-right:1rem}.post-tile{background-color:white;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem}.post-item{padding:.75rem}.post-item .ql-container.ql-snow{border:none}.post-item-header{padding:0 15px}form{display:flex;flex-direction:column;margin:0 auto;padding:20px;border:1px solid #e5e7eb;border-radius:10px}label{font-weight:700}input,select,textarea{margin-top:10px;margin-bottom:10px;width:80%;max-width:500px}textarea{height:100px}button[type=submit]{background-color:rgb(102,102,221);color:white;padding:10px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;width:40%;transition:background-color .2s ease}button[type=submit]:hover{background-color:rgb(79,70,229)}button{background-color:rgb(102,102,221);color:white;padding:8px 12px;border:none;border-radius:6px;font-weight:600;cursor:pointer;width:20%;transition:background-color .2s ease}button:hover{background-color:rgb(79,70,229)}.delete-button{margin-left:1rem}