
.contact{
    /* background: #020024;
background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 100%, rgba(0, 212, 255, 1) 100%); */

 background-image: url('./../img/bg2.jpg');
  background-size: cover; /* This will cover the entire page */
  background-position: center; /* This centers the image */
  background-repeat: no-repeat; /* This prevents the image from repeating */

}