.topBar {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border: none;
    background-color: rgb(224, 250, 221);
}

.topBar button {
    width: 150px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: rgb(113, 250, 113);
    border-color: green;
    cursor: pointer;
}

.topBar [name=topBarHomeButton] {
    margin-left: 10px;
}