@font-face {
  font-family: "Lucida Handwriting";
  src: url("../fonts/lucidahandwriting_italic.ttf") format("truetype"),
  		 url('../fonts/lucidahandwriting_italic.woff') format('woff'),
  		 url('../fonts/lucidahandwriting_italic.woff2') format('woff2'),
  		 url('../fonts/lucidahandwriting_italic.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'Lucida Handwriting', cursive;
	font-size: 1.2rem;
}
.wrapper {
	height:92vh;
}
.bg-image {
	background-image: url('/images/OldCamera3.png');
	background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

@media (max-width: 600px) {
    body {
        font-size: 1rem;
    }
}
