.associated-link{
    transition: 0.5s;
    text-decoration: none;
}
.associated-link:hover{
    color:var(--mainColor);
}
