@font-face {
  font-family: 'Acidic';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Acidic.TTF) format('truetype');
}
@font-face {
  font-family: 'coolvetica';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/coolvetica.otf) format('truetype');
}
@font-face {
  font-family: 'dubellay';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/dubellay.ttf) format('truetype');
}
.container-navi {
  font-family: 'dubellay';
  width: 15%;
  height: 100%;
  float: left;
}

.container-content {
  margin-left: 15%;
  height: 100%;
}
body,p {
  cursor: url(/images/eyecursor.png), auto;
  font-family: 'coolvetica';
  font-size: 16px;
  background-color: black;
  color: #ff0073;
}
h1 {
  font-family:'Acidic', sans-serif;
  font-size:7.0em;
  font-weight: bold;
}

h2 {
  font-size: 1.8em;
  font-weight: bold;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}
a,a:visited {
  color:#ff0073;
}