body { background-color: #333; color: whitesmoke; } .loading { text-align: center; padding: 5em; } .loading img { width: 30%; } .loading p { font-weight: 700; font-size: 1.2em; } .rotate { animation: rotation 2s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } .timestamp { text-align: center; font-size: 1.3em; margin-top: 1em; } #pasteme { border: 3px dashed #ccc; border-radius: 0.5em; padding: 1em; margin: 0.5em 2em; color: whitesmoke; text-align: center; font-size: 2em; } .paste-html { font-size: 1em !important; } .timestamp-puase { color: yellow !important; }