
* {
    margin: 0;
    padding: 0;
}

button {
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-weight: 400;
    user-select: none;
    position: relative;
    transition: all .3s;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    background: #4E73FF;
    border: 1px solid #4E73FF;
    min-width: 66px;
    height: 34px;
    padding: 0 13px;
    font-size: 14px;
}
ul,
li {
    list-style: none;
}
