@keyframes drawline-animation {
  from {
    background-size: 0% 1px;
  }
  to {
    background-size: 100% 1px;
  }
}
