 @font-face {                  
font-family: "DepartureMono";
src: url(https://humantooth.neocities.org/fonts/DepartureMono.woff) format("woff2");
font-weight: normal;
font-style: normal;
} 

body {
	font-family:"DepartureMono";
	font-size: 14px;
	background: #8dd0fb url("https://file.garden/aV-OjUTBIFHUtDs6/treeee.jpg"); /*Replace this with your own background image.*/
	text-align: center; /*Text is centered by default.*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;

}


h1 {
  text-align: center;
  font-size: 20px;
  letter-spacing:4px;
  }
  .box {
  margin: 0 auto;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #000;
	width: 50em;
	height: 40em;
	margin-top: 10.5%;
	padding: 3.5em 4em;
}
ul {
    text-align: center;
    list-style-position: inside;
}
stamp {
    position: absolute;
    left: 10px;
    top: 50px;
}