
.highlight {
    display: inline-block; 
    border-radius: 20px; 
    background-image: linear-gradient(to right, #60DEB2, #60DEB2); 
    background-repeat: no-repeat;
    /* background-position: left; */
    background-size: 0% 100%;
    /* background-color: #60DEB2; */
    /* width: fit-content; */
    transition: background-size 0.3s;
    margin: 2px auto;
    padding: 0px 10px;
}

