@font-face {
  font-family: "Lucida Handwriting";
  src: local("/fonts/lucidahandwriting_italic.ttf") format("truetype");
}
body {
	
}
.wrapper {
	height:92vh;
}
.bg-image {
	background-image: url('../images/OldCamera3.png');
	background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}