.dcu__page {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

.dcu__page-title {
    font-size: 2rem;
}

.dcu__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.dcu__form-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dcu__form-label {
    margin: 0;
}

.dcu__form-input {
    padding: 0.5rem;   
}
