body, html { padding:0; margin: 0; height: 100%; } body { background-color: black; text-align: center; align-content: center; display: grid; } @keyframes reveal { 0% { opacity: 0%; } 100% { opacity: 100%; } } img { image-rendering: pixelated; } p { color: white; }