.dot-animation{animation:dot-animation 15s forwards}@keyframes dot-animation{0%{width:.5rem}to{width:100%}}