body {
    margin: 0;
    height: 100vh;
    font-family: Arial, sans-serif;
    background-color: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-text {
    font-size: 24px;
    color: #343a40;
}