.toolbar {
    position: absolute;
    top: 125px;
    width: 900px;
    height: 75px;
    background-color: grey;
    z-index: 100;
    border-radius: 0px 0px 25px 0px;
}

.toolMenu {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    
}

.toolMenu2 {
    position: relative;
    border-style: outset;
    //background-color: blue;
    width: 50px;
    height: 50px;
    margin-right: 30px;

}

.toolMenu2:hover {
    position: relative;
    border-style: inset;
    //background-color: blue;
    width: 50px;
    height: 50px;
    margin-right: 30px;

}