

body{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	 background-image: url('login_image/WhatsApp Image 2025-02-03 at 5.26.05 PM.jpeg');
	/*background-color:#eee; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
