.dashboard-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.dashboard-box {
    width: 48%;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dashboard-box h3 {
    color: #007bff;
    font-size: 28px;
}
