.home_dashboard{
    display: grid;
    columns: 4;
    gap: 10px;
    justify-content: space-between;
    grid-template-columns: 30% 30% 30%;
}
.panel_div{
    background-color: var(--light_gray);
    padding: 30px;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.panel_titel{
    margin: 0;
}
.panel_zahl_gross{
    font-size: 60px;
    font-weight: 700;
}
.panel_text{

}