@font-face { font-family: "Pixelated MS Sans Serif"; src: url("/node_modules/98.css/fonts/converted/ms_sans_serif.woff2") format("woff2"); font-weight: normal; font-style: normal; } @font-face { font-family: "Pixelated MS Sans Serif"; src: url("/node_modules/98.css/fonts/converted/ms_sans_serif_bold.woff2") format("woff2"); font-weight: 700; font-style: normal; } body { background: #3a6ea5; color: white; font-family: "Pixelated MS Sans Serif", sans-serif; font-size: 12px; margin: 12px; } main { } iframe { display: none; } /*********************************** * Desktop ***********************************/ .desktop { display: flex; flex-wrap: wrap; gap: 12px; } .desktop__item { align-items: center; background: transparent; border: 0; cursor: pointer; color: inherit; display: inline-flex; flex-direction: column; font-family: inherit; text-decoration: none; &:visited, &:active { color: inherit; text-decoration: none; } & > label { cursor: inherit; margin-top: 4px; } &:focus { border: 0; outline: 0; & label { outline: 1px dotted white; outline-offset: 2px; } } }