#loading-bar {
    transition: width 0.3s ease;
}

.loader {
    display: flex;
    gap: 0.6em;
    list-style: none;
}
