body {font-family:sans-serif;   margin: 0;
      height: 100vh;
      background-color: #ECF5FC; /* Change to your desired color */
      background-image: url('/img/e-signature.png'); /* Replace with your image path */
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto; /* Or 'contain'/'cover' if you want scaling */}
	  
	 .text { margin: 20px;}