*{box-sizing:border-box}:root{--accent: #555;--text-color: #fff;--background-color: #E7920B}html,body{height:100%;margin:0;font-family:Lato,sans-serif;color:var(--text-color);background-color:var(--background-color);-webkit-hyphens:auto;hyphens:auto}body{display:flex;flex-direction:column}app-root{display:flex;flex-direction:column;flex:1}main{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:Poppins,sans-serif}a{text-decoration:none;color:var(--text-color)}a:hover{color:var( --accent)}.container{max-width:1440px;margin:0 auto}section{padding:4rem 2rem}@media (max-width: 768px){section{padding:1rem}}
