:root{--FIRST_COLOR:#1b325f;--SECOND_COLOR_GREEN:#3abfc9;--SECOND_COLOR_ORANGE:#f26c4f;--BACKGROUND_COLOR_LIGHT:#e9f2f9;--BACKGROUND_COLOR_BLUE:#9cc4e4;--BACKGROUND_TRANSPARENCY_LIGHT:rgba(233,242,249,0.8);--BACKGROUND_TRANSPARENCY_DARK:rgba(27,50,95,0.33);--logo-height:100px;--header-height:100px;--aside-width:225px;--footer-height:40px;--medium-text:16px;--shadow:3px 0 20px 3px rgba(0,0,0,0.5)}*{box-sizing:border-box}.app{display:flex;flex-direction:column;background:-webkit-gradient(linear,left top,left bottom,from(#3abfc9),to(#1b325f));background:linear-gradient(#3abfc9,#1b325f);align-items:center;justify-content:center;width:100%;min-height:calc(var(--vh)*100);overflow:scroll}.app .row{margin-left:0;margin-right:0}.termContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.termContainer .term{display:flex;flex-direction:column;width:700px;height:500px;padding:20px;background-color:var(--BACKGROUND_TRANSPARENCY_LIGHT);box-shadow:var(--shadow);border-radius:10px}.termContainer .section{flex:1 1;overflow:scroll;overflow-x:hidden}.loadingContainer .buttons,.termContainer .buttons{display:flex;flex-direction:row;justify-content:space-evenly}.termContainer .buttons .btn{width:100px}@media (max-width:768px){.termContainer{display:flex;padding:3px;width:100vw;align-items:center}.termContainer .term{border-radius:5px;width:100%;height:100%}}header.header{display:flex;flex-direction:row;justify-content:center}header.header h1{font-size:3em;color:var(--SECOND_COLOR_ORANGE);font-family:"Bree Serif",serif;font-weight:700;text-align:center}.logo{width:50px;margin-left:-25px;margin-top:10px}
/*# sourceMappingURL=main.d676224b.chunk.css.map */