@font-face {
  font-family: 'Base 02';
  font-style: normal;
  font-weight: 400;
  src: local('Base 02 Regular'), local('Base02-Regular'), url(http://entscrew.net/fonts/Base_02.ttf);
}

@font-face {
  font-family: 'Birth of a Hero';
  font-style: normal;
  font-weight:400;
  src: local('BIRTH OF A HERO'), local('BIRTHOFAHERO'), url(http://entscrew.net/fonts/BIRTH_OF_A_HERO.TTF);
}

html, body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

#container {
  margin:auto;
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 16em;
  width:40%;
  text-align:center;
}

.birthtext {
  font-family: 'Birth of a Hero';
}

.basetext {
  font-family: 'Base 02';
}

a {
  text-decoration:none;
  color: #000;
}

a:hover {
  font-style:italic;
}
