.menu {
    /* menu */
    width: 34.71px;
    height: 22px;

    cursor: pointer;
}

.upLine {
    /* Line 1 */
    width: 34.71px;
    height: 3px;

    background-color: #fff;
    border-radius: 2px;
}

.middleLine{
    /* Line 2 */
    width: 34.71px;
    height: 3px;
    margin-top: 5px;

    background-color: #fff;
    border-radius: 2px;
}

.bottomLine{
    /* Line 3 */
    width: 34.71px;
    height: 3px;
    margin-top: 5px;

    background-color: #fff;
    border-radius: 2px;
}

.green{
    background-color: #3CA05A;
}