@import "https://fonts.googleapis.com/css?family=Rubik:700|Rubik:400";
*{box-sizing:border-box}:root{--text:#faf9fa;--background:#181419;--primary:#38303b;--secondary:#131014;--accent:#7d6b85}html,button,input{color:var(--text);font-family:Rubik;font-weight:400}body{background:var(--background);justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:grid}p{margin:0}h1,h2,h3,h4,h5{margin:0;font-family:Rubik;font-weight:700}h1{font-size:4.21rem}h2{font-size:3.158rem}h3{font-size:2.369rem}h4{font-size:1.777rem}h5{font-size:1.333rem}small{font-size:.75rem}.highlight{color:var(--accent);font-size:1.25rem}.highlight:hover{opacity:.8;cursor:pointer}
