 .counter{
     
    /*width: 150px;*/
    margin: auto;
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.counter input {
    width: 80px;
    border: 0;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    background: #1ecbe5;
    color: #fff;
    appearance: none;
    outline: 0;
}
.counter span {
    display: block;
    font-size: 32px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    user-select: none;
}