html {
    scroll-behavior: smooth!important;
}

a {
    text-decoration: none!important;
}

.color-red {
    color: #D72F2E!important; 
}

.bg-color-red {
    background-color: #D72F2E!important; 
    color: white!important;
}

.no-border {
    border: 0!important; 
}