@keyframes hover {
  /*from {background: red;}*/
  to {
    background-color: cyan;
    outline: 5px solid cyan;
  }
}