:root{--primary-color: #004851;--secondary-color: rgb(222, 128, 51);--text-color: #004851;--background-color-light: #FBFDF8;--background-color: #004851;--section-padding: 4rem 2rem}html{overflow-x:hidden}body{font-family:verdana-pro,sans-serif;color:var(--text-color);background-color:var(--background-color-light);line-height:1.6;overflow-x:hidden;width:100%}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}main{flex:1}section{padding:var(--section-padding)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:var(--text-color);text-decoration:none}button,.button{background-color:var(--secondary-color);color:var(--text-color);border:none;font-size:1rem;cursor:pointer;transition:background-color .3s ease}button:hover,.button:hover{background-color:#d07c2f}img{max-width:100%;height:auto}@media (max-width: 768px){:root{--section-padding: 3rem 1rem}}:root{font-family:Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#004851;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:0;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#e78d3e;cursor:pointer;transition:border-color .25s}button:hover{background-color:#d07c2f}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
