@font-face {
  font-family: "heavygothik";
  src: url(heavygothik.ttf);
}

body {
  background-color: black;
  color: #37003D;
  font-family: courier;
  margin: 50px 200px 50px 200px;
  border-color: black;
  background-image: url(tile.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 5%;
  padding: 0;
  

}

h1 {
  font-family: "heavygothik";
  height:60px;
  color: #DD00FF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  border-style: groove;
  border-width: 5px;
  border-color: #00FF3C;
  background: black;
  padding: 20px;
  position: fixed;
  top: 50px;
  left:200px;
  right: 200px;
  z-index: 1;
  text-align: center;
}


h2 {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  background-color: #00FF3C;
  color: #8D00A1;
  margin: 0px;
  padding: 10px 50px;
  text-align: center;
  position: relative;
  top: 109px;
}

p {
  padding: 20px;
  color: #37003D;
  border-color: #DD00FF;
  border-style: groove;
  border-width: 3px;
  background-color: white;
  margin: 0;
  height: auto;
}

.image {
  padding: 0;
  margin: 0;
    background: none;
}

.dark {
  background-color: black;
  color: #00FF3C;
}

a {
   cursor: url("keycursor.png"), auto;
  color: #DD00FF;
}

em {
  font-weight: bold;
  font-style: normal;
}

#leftbox {
  position: absolute;
  top: 225px;
  left: 200px;
  width: 300px;
  margin:0px 50px 0px 0px;
}
#centrebox {
  position: absolute;
  top: 225px;
  left: 500px;
  width:380px;
}

#rightbox {
  position: absolute;
  top: 225px;
  right: 200px;
  width: 200px;
}

