body {

  background-image: url("images/backgroundforvr.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  color:#588855;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

div {
	margin:50px;
	border-right: 80px;
	border-left:80px;
	text-align:center;
	color:#588855;
  

}

a:hover img{
  width:100px !important;
  height:100px !important;
  margin:0 !important;
  
}

img {width:60%;
}


