ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style-type: none;
}

label {
    display: flex;
    gap: 0.5rem;
}
