body {
	font-family: 'DepartureMono';
	font-size: 15px;
	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;

}
  
  @font-face {                  
font-family: 'DepartureMono';
src: url('/DepartureMono-1.500/DepartureMono-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
} 
  
a:link {
  color: black; 
   background-color: transparent;
  text-decoration: none;
}
.notbold{
    font-weight:normal
}

h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing:4px;
  font-family: 'DepartureMono';
  }
  .box {
  margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #000;
	width: 32em;
	height: 24em;
	margin-top: 10.5%;
	padding: 3.5em 4em;
}