*{ margin: 0; padding: 0; box-sizing: border-box; } html{ font-size: 62.5%; /* 10px */ } body{ font-family:sans-serif; } /* ######### utility classes ######### */ ul li{ list-style: none; } p,li{ font-size: 1.6em; margin: 0.5em; } h1{ margin-bottom: 0.5em; font-weight: 500px; font-size:3.2rem; } h2,h3{ margin-bottom: 0.5em; font-weight: 500px; font-size:2.2rem ; } .textwhite{ color: white; } .textblack{ color: black; } .textred{ color: red; } .textgrey{ color: grey; font-weight: 600; } .dark{ background-color: #263238; } /* #### buttons ######## */ .btn{ display: inline-block; padding:1rem 1.5rem; text-transform: uppercase; margin:0.5em ...