   body {
        background-image: url("https://church-visitor-form.org/Images/WinVisit.png"); /* Replace with the actual path */
        background-repeat: no-repeat; /* Prevents image repetition */
        background-size: cover; /* Ensures the image covers the entire background */
        background-position: center; /* Centers the image */
        background-attachment: fixed; /* Keeps the image fixed while scrolling */
		background-color:  rgba(255, 255, 255, 0.5); /* White with 50% opacity */ 
    }


.capitalize-words {
 text-transform: capitalize;	
}
	
.my-form {
  opacity: 0.7; /* 70% opaque, 30% transparent */
}