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