.lister{
    /* min-width: 70px;
    width: 100%; */
    padding: 8px 21px;
    background-color: #f0f0f0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 17px;
    color: #222121;
    text-decoration: none;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.css{
    position: relative;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    flex: 1;
    width: auto;
    height: auto;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
    border: none;
    border-radius: 0;

    text-align: center;
    font-size: 12;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1;
    letter-spacing: normal;

    color: #222121;
    background: fixed;

    display: flex;
    justify-content: baseline;
    grid-template-columns: auto;

    transform: matrix();
    animation: alternate;
    transition: all;

    opacity: 1;
    visibility: inherit;

    cursor: pointer;
    pointer-events: none;
    
    z-index: 100;
}