
main { display:flex; justify-content:center; padding:100px 0; }
main > .container { width:100%; max-width:1280px; }

main > .container > h1 { margin-top:60px; display:flex; justify-content:center; align-items:center; }
main > .container > h1 span { position:relative; font-size:40px; font-weight:500; }
main > .container > h1 span::after { content:""; position:absolute; right:10px; top:0; transform:translateX(100%) rotate( 20deg ); width:25px; height:25px; border:2px solid #FE8130; border-radius:5px; z-index:-1; }


.webediter { margin-top:60px; width:800px; place-self:center; }
.jw-editor { height:400px; }
#editor { }

.jw-button { width:200px; height:40px; border-radius:20px; border:1px solid #000; color:#000; background:transparent; }

