
.tag{
    background-color: #e9f4ff;
    font-size: 0.9rem;
    /* color:black; */
    border-style: solid;
    border-width: 1px;
    border-color:transparent;
    border-radius: 999px;
    padding: 4px 13px;
    margin: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family:  Helvetica, Arial, sans-serif;
    font-style: normal;
    transition: background-color 0.2s;
}

.tag:hover{
    cursor: pointer;
    opacity: 0.75;
}

.tag::selection{
    background: none;
}