/* Size for brand */
nav .navbar-brand
{
    font-size: xx-large;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
  }


.list-title-container:hover {
    background-color:#ffeab1
}

.list-title-container {
    background-color:#ECD5EC 
}