.gradient-custom {
   /* fallback for old browsers */
   /*background: #6a11cb;*/
   background-image: url("/static/media/bg.jpg");
   
   background-color: #cccccc; /* Used if the image is unavailable */
   background-position: center; /* Center the image */
   background-repeat: no-repeat; /* Do not repeat the image */
   background-size: cover; /* Resize the background image to cover the entire container */
}




