/* FLYTOX GLOBAL — édition 1998 (Web 90s) */
* { box-sizing: border-box; }
body { margin: 0; }

@keyframes fg-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes fg-marquee { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
@keyframes fg-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes fg-load { from { height: 100%; } to { height: 0%; } }
@keyframes fg-fade { 0%, 82% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }

a:link { color: #0000ff; }
a:visited { color: #800080; }
a:active { color: #ff0000; }
img { image-rendering: pixelated; image-rendering: crisp-edges; }
