:root{--blue: #123B5A;--green: #2E7D32;--yellow: #F4C430;--gray: #F2F2F2;--white: #FFFFFF;--font-heading: "Montserrat", sans-serif;--font-body: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--gray);color:var(--blue);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
