header {
    display: flex;
    align-items: center;
    margin-left: 110px;
}

header h1 {
    padding-right: 50px;
    color: white;
}

.header-icon-group {
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: 20px;
}

.icon-container {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchBar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(128, 128, 128, 0.5);
    width: 300px;
    height: 40px;
    border-radius: 50px;
    border: none;
    text-align: center;
}

#searchBar::placeholder {
    color: white;
}

#show-login {
    width: 35px;
    height: 35px;
    background-image: url('https://cdn-icons-png.flaticon.com/128/847/847969.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

#infoIcon, #notificationIcon {
    width: 40px;
    height: 40px;
}