:root{
    /* --col1: #FFD700; */
    --col1: #DAA520;
}

.bg-black{
    background: black;
}
.text-black{
    color: black;
}

.bg-col1{
    background-color: var(--col1) !important;
}
.text-col1{
    color: var(--col1);
}