.dashboard-card{
    width: 200px;
    height: 115px;
    background-color: #6692d9;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fffaf0;
}

