@keyFrames flash {
  0% {background-color: black;}
  100% {background-color: white;}
}

body {
  animation: flash 2s;
}

#media {
  display: none;
}
