.ProfileTrendCard {
    border-radius:  1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--cardColor);
    color: #000;
    padding: 1rem;
}

.trend {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 0.5rem;
}

.trend > span:nth-of-type(1){
    font-weight: bold;
}

.trend > span:nth-of-type(2){
    font-size: 13px;
}

.r-button{
    height: 3rem;
    width: 80%;
    align-self: center;
}