body {
    background-color: #dddddd;
}

a {
    color: #9F111B;
    text-decoration: none;
}

a:hover {
    color: #9F111B;
    text-decoration:  underline;
}

a.btn:hover {
    text-decoration: none;
}

a.btn-dark:hover {
    background-color: #9F111B;
}

.navbar {
    background-color: #000000;
    border-bottom: 5px solid #9F111B;
}

.card {
    border-bottom: 5px solid #9F111B;
}