@import url("https://fonts.googleapis.com/css?family=Overpass:600");
html { background-color: #e8e8e8; font-size: 16px; }

body { color: #282828; font-family: "Overpass", -system-ui, sans-serif; font-feature-settings: "kern" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "liga" 1, "clig" 1; -webkit-font-smoothing: antialiased; }

::selection { background: #996699; color: #e8e8e8; text-shadow: none; }

main { display: flex; flex-direction: column; justify-content: center; height: 95vh; }

main h1 { flex: 0 0 auto; font-size: 6rem; line-height: 1.0; font-weight: 600; letter-spacing: -0.125ex; text-align: center; background-image: linear-gradient(45deg, #99f, #969, #966); color: transparent; -webkit-background-clip: text; background-clip: text; }

main h1 + p { text-align: center; text-transform: uppercase; letter-spacing: 1ex; opacity: 0.1; }
