.t-primary-bgcolor {
    background-color: white;
}

a {
    color: #333;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 5px 0px;
}

.header__logo img {
    max-height: 148px;
}