html{font-size:16px;background:white}body{font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}header,main{width:70ch;margin:0 auto 2rem}header{margin-top:4rem;border-bottom:1px solid #ccc;text-align:center;display:flex;flex-direction:column;gap:1.25rem}footer,header{padding-bottom:2rem}footer{margin-top:2rem;padding-top:2rem;display:grid;justify-content:center;background-color:#313131;color:white;border-top:.5rem dotted rgb(242,81,27)}footer ul{margin:0;padding:0;display:grid;grid-auto-flow:column;column-gap:2rem;list-style:none}a{color:inherit;text-decoration:none;transition:color 75ms linear}a:hover{color:rgb(242,81,27)}@media only screen and (max-width:600px){footer,header,main{width:auto}header{margin-top:1rem;padding:1rem}footer ul{grid-auto-flow:row;row-gap:1rem;justify-items:center}}