:root {
    --primary: #662d91;
}

.bg-trece {
    background-color: var(--primary);
}

.h-1 {
    height:2px;
}