html {
    font-size: 14px;
}
body {
font-family: "Noto Sans", serif;
background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}
.page-header h1{
    font-size: 2rem;
}
.textarea-input, .textarea-output {
    height: 500px;
}
.container-editor {
    height: 500px;
    width: 100%;
}
#editor-input, #editor-output { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.CodeMirror {
    font-family: monospace, arial;
    font-size: 13.5px;
}
.faq-container {
    padding: 30px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}
.faq-item {
    margin-top: 18px;
}
.faq-item h3 {
    font-size: 1.5rem;
}