/* styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    /* Light grey background */
}

.container {
    margin-top: 8rem;
}

h2,
h3,
h4 {
    color: #343a40;
    /* Dark grey text */
}

.img-fluid {
    width: 150%;
    height: auto;
}

.img-fluid-gauge {
    width: 35%;
    /* Reduced the width of the gauge image */
    height: 35%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* Added shadow to the gauge image */
}