header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    min-height: 60px;
    padding: 5px 10px;

    background-color: #e5e5e5;
    border-bottom: 0.1px solid #d3d3d3;
}

.header-tools-switch {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    min-width: 0;
}

#logo-header {
    color: #362007;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}