html{font-size:62.5%}*{box-sizing:border-box;padding:0;margin:0}body{font-family:sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ede8e7;font-size:1.5rem;color:#000}a{color:inherit;text-decoration:none}li{list-style:none}button,input,select{border:none;font-size:inherit;font-family:inherit;text-transform:inherit}button,select{cursor:pointer}select{background-color:inherit;color:inherit}h1,h2,h3{font-weight:400;font-size:inherit}.main-wrapper{display:flex;flex-direction:column;min-height:100vh;margin:0 auto}.sub-wrapper{min-width:320px;max-width:1280px;margin:0 auto 10rem}.footer{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;height:15rem;margin-top:auto;background-color:#000;text-transform:uppercase;font-size:1.75rem;color:#fff}@media screen and (min-width:768px){.footer{height:20rem}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#000;color:#fff}@media screen and (min-width:768px){.header{padding:2rem}}.header__title{text-transform:uppercase;text-align:center;font-size:2.25rem}