nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: white !important;
    /* color: white !important; */
    padding: 15px 50px;
}



li.nav-item {
    color: #981e32 !important;
}
.navbar-light .navbar-nav .nav-link{
     color: #981e32;
    font-weight: 500;


}

body
{
    background: #8080800f;
}
h4
{
    font-weight: 300;
    color:#981e32;
}
.button-red
{
  
    color: white;
    background: #9a1b32;
    padding: 10px;
    border: none;
    border-radius: 2px;

}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

table {
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: left;
}

table.names tr:nth-child(even) {
    background-color: #eee;
}

table.names tr:nth-child(odd) {
    background-color: #fff;
}

table.names th {
    background-color: black;
    color: white
}