.income{
    background-color: rgb(0, 128, 96);
    opacity: 0.75;
    z-index: 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: rgb(255, 189, 244);
}

.income:hover{
    background-color: green;
}

.income img{
    width: 40px;
    margin: 0 10px;
}

.reports{
    
}