:root{--bg-color: green;--header-color: white;--border-color: lightgray}html,body,p,h1,h2,h3,h4{margin:0;padding:0;box-sizing:border-box;font-family:Calibri,Geneva,Tahoma,sans-serif;font-size:1.2rem;font-weight:400}h3{font-size:larger}html,body,app-root{height:100%}app-root{display:flex;flex-direction:column}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.mt-15{margin-top:15px}.mt-25{margin-top:25px}.mb-15{margin-bottom:15px}.mb-25{margin-bottom:25px}.wrap{flex-wrap:wrap}.gap-1{gap:1rem}.gap-2{gap:2rem}.space-between{justify-content:space-between}.align-center{align-items:center}.justify-center{justify-content:center}.full-center{align-items:center;justify-content:center}.hidden{display:none}.smaller{font-size:smaller}.nowrap{white-space:nowrap}.imgButton{border-radius:9px;cursor:pointer}.imgButton:hover{background-color:#f5f5f5}
