

@font-face {
  font-family: "couriernew";
  src: url("/couriernew.ttf") format("truetype");
  }



body {
  background-size: cover;
  background-position: right top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("/darktreepath2.png");
  background-color: #000000;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "couriernew";
  text-align: left;
  padding: 0;
  margin: 0;
  }

  #header {
  color: #BB6655;
  font-size: 16px;
  font-family: "couriernew";
  font-weight: bold;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 20px 90px;
  margin: auto;
  }

#boek{
  color: #DDDDDD;
  }

#container {
  width: 50%;
  width: 840px;
  height: 790px;
  box-sizing: border-box;
  margin: auto;
  }
  
#content {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  padding: 20px;
  }

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  }

a:hover, a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  }
  
  
  
  
  
  
#tutorial {
  color: #000000;
  font-size: 36px;
  font-family: "couriernew";
  font-weight: bold;
  text-align: center;
  padding: 15px;
  }
  
#frames {
  margin: auto;
  text-align: center;
  padding: 15px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  