@font-face { font-family: 'teletext-eu'; src: url('https://hacklabbo.indivia.net/hackordiye20/EuropeanTeletextNuevo.ttf'); } @font-face { font-family: 'perfectdos'; src: url('https://hacklabbo.indivia.net/hackordiye20/perfectdosvga.ttf'); } body { font-family: 'teletext-eu'; margin:40px auto; max-width:650px; font-size:18px; color: #fff; background-color: #000; padding:0 10px } h1,h2,h3 { line-height:1.2 } #menu { margin-bottom: 1em; margin-top: 1em; border-radius: 3px; text-align: center; } #menu >a { text-decoration: none; color: #fff; } #menu > a:hover { color: #fff; } #menu > a:visited { color: #fff; } .header { font-size: 300%; text-align: center; color: yellow; background: blue; } #menu > a:nth-child(1) { background: red; } #menu > a { color: black; margin-bottom: 1em; display: inline-block; } #menu > a:nth-child(2) { background: lime; } #menu > a:nth-child(3) { background: yellow; } #menu > a:nth-child(4) { background: cyan; } #menu > a:nth-child(5) { background: magenta; } img { width: 100%; } #ascii-art { font-family: monospace, fixed; } #volantino{ min-width:100%; } @media only screen and (max-width: 595px) { .header { font-size: 10px; } #ascii-art { font-size: 14px; } } .teletext { text-align: left; white-space: pre; display: block; font-size: 20px; font-smooth: never; -webkit-font-smoothing : none; }