.content-wrapper {
   background: rgba(255, 255, 255, 0.4); /* White background with 80% opacity */
   /* backdrop-filter: blur(5px); Optional: Adds a blur effect for modern browsers */
}

body {
   background: url('/static/photos/IMG_4232.jpeg') no-repeat center center fixed;
   background-size: cover;
 }

 /* http://127.0.0.1:8000/static/photos/IMG_3498.jpeg */

.custom-card {
   opacity: 0.9; /* Slightly transparent */
}