body {
  /* 1. Ensure the body covers 100% of the visible viewport height */
  min-height: 100vh;
  
  /* 2. Remove default margin gaps around the edge of the page */
  margin: 0;
  
  /* 3. Apply the gradient */
  background: linear-gradient(135deg,  #353c3d, #3e4d4f, #ec4899);
  
  /* 4. Optional: Prevent the gradient from repeating if the page content grows */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#grad1 {
  height: 125px;
  background-image: linear-gradient(to right, #353c3d, #ec4899);
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  color: #D4AF37;
  background-repeat: no-repeat;
  overflow: hidden;
}

.info{ color: #D4AF37;
font-size:20px;
padding-bottom: 1px;
border-bottom: 1px solid #FFFFFF;
}

