:root{
    --main-color:#db0303;
}
.border-bottom{
    border-bottom: 5px solid var(--main-color);
}
.title {
    color: var(--main-color);
}