.titleBar1 {
    display: flex;
    height: 60px;
    justify-content: space-between;
    background-color: rgba(66, 44, 133);
    padding: 10px;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.title-bar-right-1 {
    display: flex;
    align-items: center;
}

.title-bar-center-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-bar-center-1 h1 {
    font-size: 1.3rem;
    padding-bottom: 7px;
    font-weight: bold;
    color: #fffffe;
    margin: 0;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

svg {
    fill: #333;
    width: 24px;
    height: 24px;
}
.search-button{
    margin-right: 10px;
}
.title-bar-right-1 button {
    margin-left: 10px;
}
