.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(251, 246, 245) !important;
    z-index: 1000;
}

.fixed-header img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}