





a {
    transition: color 0.2s ease;
}

a:hover {
    color: rgb(200, 10, 10) !important;
}