.lenses:hover{
    cursor: pointer;
    align-items: center;
}

.table th,td {
    text-align: center;   
 }

 body > nav {
    background-color: #ffe600 !important;
 }
 
 div.card-header.text-center{
     min-height: 5rem;
 }