html,
body {
    background-color: #1E1B36;
}

section {
    background-color: #171529
}

.w-fit {
    width: fit-content;
}

.blur {
    filter: blur(4px);
}

.blur-xs {
    filter: blur(1px);
}

progress {
    border-width: revert;
    border-style: revert;
    border-color: revert;
}