.header {
    height: 60px;
    background: var(--color-background-dark);
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: var(--shadow-lg);
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo-image {
    width: auto;
    height: 30px;
}
