.red_line{
    background-color: rgba(255, 100, 100, 0.521);
}
.green_line{
    background-color: rgba(139, 255, 139, 0.705);
}
#user-duplicates > div{
    text-align: start;
    width: max-content;
    margin: auto;
    max-width: 100%;
}
