.start-edit {
    background-color: chartreuse;
}

.stop-edit {
    background-color: orangered;
    color: white;
}

.save-active {
    display: flex;
}

.save-inactive {
    display: none;
}

.edit-btn {
    width: 100px;
    height: 100px;
    /*background-color: chartreuse;*/
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
}

.crud-save {
    position: fixed;
    bottom: 30px;
    right: 150px;
    width: 75px;
    height: 75px;
    background-color: darkblue;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    z-index: 100;
    cursor: pointer;
}