@charset "utf-8";

@font-face {
  font-family: Fence;
  src: url(/fonts/CampFireRegular-Yz94.ttf);
  src: url(/fonts/Planks-yj3M.ttf);
  src: url(/fonts/DriftWood-z8W4.ttf);
  font-style: bold;
}

@font-face {
  font-family: Press;
  src: url(/fonts/PressStart2P-Regular.ttf);
  font-style: bold;
}

body {
  background-attachment: fixed;
	/*background-image: url(images/cabin.jpg);*/
	background-image: url(images/hut.jpg);
	background-image: url(images/hutl.jpg);
  letter-spacing: 2px;
  line-height: 140%;
  height: 100%;

  /* Full height */

  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	font-size: 100%
}

h1 {
  position:relative; 
  left:0px; 
  top:290px;
  background-color: black; 
  width: max-content;
  padding: 10px;
}

