:root{--primary-color: #111E49;--secondary-color: #1AA5AA;--background-color: #f4f7f6;--text-color: #333333;--text-color-light: #FFFFFF}html,body{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{display:flex;flex-direction:column;background-color:var(--background-color);color:var(--text-color)}app-root{display:flex;flex-direction:column;flex:1}main{flex:1}
