@keyframes shrink {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}