body{margin:0;padding:0;height:100vh;display:flex;justify-content:center;align-items:center;animation:blinkBackground .1ms infinite alternate}.content{z-index:1}@keyframes blinkBackground{0%{background-color:#000}to{background-color:#fff}}