:focus { outline: 0; } img { -webkit-tap-highlight-color: transparent; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; image-rendering: high-quality; } * { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0,0,0,0); list-style: none; font-weight: 400; border: none; background: none; font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Arial, sans-serif; } ::selection { color: #0B79ED; background: 0 0; } ::-moz-selection { color: #0B79ED; background: 0 0; } html { background-color: #fff; scroll-behavior: smooth; } a { text-decoration: none; cursor: pointer; } noscript { position: fixed; background-color: black; text-align: center; width: 100%; z-index: 1; bottom: 0; } noscript p { margin-left: auto; margin-right: auto; color: white; font-size: 0.7em; padding: 10px 0px; } 