.logo {
            display: block; /* Ensure the image is treated as a block element */
            margin: 0 auto; /* Center the logo horizontally */
        }
