#editor-section{height:fit-content;width:25vw;padding:0 5rem 5rem;border:2px solid rgb(34,205,211);background:rgba(30,30,30,.65);box-shadow:0 8px 32px #f2f2f25e;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:10px;border:1px solid rgba(255,255,255,.18)}h1{font-size:2.5rem;text-align:center}#editor-section h1{display:flex;flex-direction:column;cursor:pointer;transition:all .5s ease-in-out}#editor-section h1:hover{color:#eee8aa}.row{display:flex;flex-direction:column;justify-content:center;color:#eee8aa}label{margin-bottom:1rem}input{margin-bottom:1.5rem;height:40px;width:100%;border-radius:15px;caret-color:#fafafa;font-size:1.3rem;outline:none;padding:.2rem .5rem;transition:all .2s ease-in-out;z-index:0}textarea{width:100%;margin-bottom:1.5rem}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(100%)}input:valid{border-style:solid;border:3px solid green;background-color:#d6ffd6;color:#282828}input:focus:valid{background-color:transparent;border:3px solid green;color:#282828;background-color:#d6ffd6;caret-color:#282828}label:has(+input:valid){color:green}input:invalid{border:3px solid rgb(241,46,32);background-color:#ffcece;color:#282828}input:placeholder-shown{background:rgba(46,61,46,.65);backdrop-filter:blur(6.5px);-webkit-backdrop-filter:blur(6.5px);border-radius:20px;border:1px solid rgba(255,255,255,.18);color:#fff}input:placeholder-shown:focus{border:1.9px solid #FAFAFA}input:placeholder-shown:focus::placeholder{color:transparent}input::placeholder{color:#fafafa;font-size:1rem;text-align:center}i{font-size:2rem;margin-bottom:1rem}#preview-section{display:flex;flex-direction:column;align-items:center}#preview-body{background-color:#fafafa;color:#000;height:792pt;width:612pt;border-radius:20px;font-family:Cambria;margin-left:30px;padding:72pt}#preview-body h1{text-align:center;font-size:30pt}#preview-body h2{font-size:18.75pt;font-style:italic}#preview-body h3{font-size:15pt}#preview-body p{font-size:13.5pt}.line{height:3.75pt;background-color:#282828}.submit-btn{margin-top:5rem;height:10vh;width:50%;background-color:#eee8aa;font-size:2rem;cursor:pointer;transition:all .04s ease-in-out;border-radius:20px;border:none;color:#282828;border:3px solid #020202}.submit-btn:hover{background-color:#e1e1e1;color:#020202;background-color:#fff68f}.tip{color:#cb3434}:root{font-family:Roboto;color-scheme:light dark;color:#ffffffde;background-color:#5d6e54;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0}#header{display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:0 10px 50px #d6d6d6;border-bottom-right-radius:50px;border-bottom-left-radius:50px;margin-bottom:3rem;height:8vh}.logo{display:flex;justify-content:center;align-items:center}.img-logo{height:4rem;width:auto}#header h1{color:#eee8aa;margin-left:.5rem;font-size:2rem}#header h1 span{font-size:.7em;color:#fafafa}#main-body{display:grid;grid-template-columns:1fr 1fr;padding:2rem}
