body {
    font-family: "Arial", sans-serif;
    background: linear-gradient(#e5e3ef, #bdcff7);
    color: #333;
    height: 100vh;
    margin: 0;
    display: flex;
    /* justify-content: start; */
    align-items: center;
}

h2,
h5 {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 20px;
    min-width: 150px;
}

.btn-primary {
    background-color: #0f4da4;
    border-color: #0f4da4;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.banner-image {
    border-radius: 10px;
    background-image: url("/demo/images/dashboard.png");
    height: 600px;
    width: 100%;
    background-size: cover;
}
