body { background-color: black; margin-top: 10%; margin-left: 10%; margin-right: 10%; font-family: monospace; color: #AB00FF; animation: blink 3s infinite alternate; } @keyframes blink { 0% { background: black } 100% { background: white } }