set "UTF-8";
  head {
	  <meta name="viewport" content="width=device-width">
	  
	  <style>
img {
  max-width: 80%;
}
</style>
  }
  body {
  background-position: ;
  background-attachment: ;
  background-repeat: yes;
  font-family:"BernhardFasD";
  font-size: large;
  font-weight: bolder;
  
  }
  
  footer {
  clear: both;
  font-family: BernhardFasD;
  font-size: 12px;
  color: #000000;
  text-align: center;
  
		
	}
	
.fade-in{
	opacity:0;
	transform:translateY(20px);
	transition:opacity 0.8s ease-out, transform
	0.8s ease-out;
}

.fade-in.show{
	opacity:1;
	transform:translateY(0);
}

