.button_clear_vols{
    /* box-sizing: border-box; */

    /* position: absolute; */
    width: 276px;
    height: 39px;
    /* left: 1478px;
    top: 354px; */

    background: #FFFFFF;
    border: 1px solid #ADACAC;
    border-radius: 4px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 138% */

    letter-spacing: 0.09em;

    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;

}

.vols_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
