:root{--white:#edf2f4;--light-blue:#8fb8dc;--blue:#5190c8;--dark-blue:#126ebf;--dark-dark-blue:#083359}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#5190c8;background-color:var(--blue);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5rem;overflow-x:hidden}#root{margin:10px auto;max-width:830px;min-width:300px;padding:10px}#editor-section{border:1px solid #000;margin:0 auto}.top-bar{background-color:var(--dark-blue);border-bottom:1px solid #000;justify-content:space-between;padding:8px}.top-bar,.top-bar-left{display:flex}i{font-size:20px}.fa-compress,.fa-expand{cursor:pointer}.fa-keyboard:after{content:" Editor";font-family:sans-serif;font-size:1.2rem;font-weight:600}textarea{font-family:monospace;font-size:1rem;margin-bottom:-6px;min-height:250px;outline:none;padding:5px;resize:vertical;width:100%}#preview-section,textarea{background-color:var(--light-blue)}#preview-section{border:1px solid #000;margin:10px auto 0;min-height:calc(100vh - 350px);overflow-wrap:break-word}.fa-display:after{content:" Preview";font-family:sans-serif;font-size:1.2rem;font-weight:600}#preview{margin:1rem}#preview img{display:block;margin:2rem auto;max-width:95%}#preview h1{border-bottom:2px solid var(--dark-dark-blue);font-size:2rem;line-height:3.25rem;margin-bottom:1rem;margin-top:1rem}#preview h2{border-bottom:1px solid var(--dark-dark-blue);font-size:1.5rem}#preview h2,#preview h3{line-height:2.25rem}#preview h2,#preview h3,p{margin-bottom:1rem;margin-top:1rem}#preview>p>code{padding:3px}#preview pre{background:var(--white);display:block;line-height:1.2;overflow:auto;padding:5px}#preview code{background:var(--white);font-size:.875rem;font-weight:700}#preview blockquote{border-left:3px solid var(--dark-dark-blue);color:var(--dark-dark-blue);margin-left:25px;padding-left:5px}#preview blockquote>p,#preview table{margin-bottom:1rem;margin-top:1rem}#preview table{border-collapse:collapse}#preview td,#preview th{border:2px solid var(--dark-dark-blue);padding-left:5px;padding-right:5px}ol,ul{margin-left:1rem;padding-left:40px}
/*# sourceMappingURL=main.b40a7f29.css.map*/