.fixed-top{
    background-color: #0073ff;
}
.fixed-top .nav-link{
    color: white;
}
.page-footer{
    background-color: #0087af;
    padding: 1em;
    color: white;
}
.logo-footer{
    width: 4em;
    margin-left: .5em;
}
.align-center{
    display: flex;
    align-items: center;
}
.brands{
    color: white;
}

.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-custom{
    background-color: #f1cb23;
    color: white;
}
