body{
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url('../Backgrounds/entireweb.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
  .carousel-bg {
    height: 300px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
    .welcome-section {
    padding: 60px 0;
  }

  .welcome-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    font-style: italic;
  }

  .welcome-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1rem;
  }

  .welcome-signoff {
    font-style: italic;
    font-weight: bold;
    margin-top: 1.5rem;
  }

  .welcome-image {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }