



.teamRefsi:hover {
    background-color: var(--salmon);
    border-radius: 0.2rem;
}
.teamcard{
    display: flex;
    justify-content: space-between;
}

.teamcard:hover{
    border-left: 1px solid var(--salmon);
}
.teamRefsi svg {
    width: 1em;
    height: 1em;

    fill: var(--salmon);
    fill-rule: evenodd;
}
