  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url('blue_spot-100.jpg') no-repeat center center fixed !important; 
    background-size: cover !important;
}

/*body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: red !important;
}*/

.logo img {
    width: 600px !important;  /* Force the image to be 200px wide */
    height: auto;
    opacity: 0.8;
}


.grid-item {
    text-align: center;
}

.grid-item img {
    width: 100%; /* Keeps images responsive */
    border-radius: 5px;
}

.grid-item p {
    color: white;
    font-size: 14px;
    margin-top: 5px;
}
/*.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Set the height to 100px */
   /* background: black;
    text-align: center;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header img {
    width: 100%;  /* Make sure the image spans the full width */
    /*height: 100px; /* Force the height to be 100px */
    /*object-fit: cover; /* Ensures the image fits nicely without distortion */
/*}


