
body {background: url(mal1.jpg);
      background-attachment: fixed;
      background-size: 100% 100%;
}


.image:hover {
        transform: scale(1.2);
	cursor: pointer;
}