@charset "utf-8";

@font-face {
    font-family: 'prg_font' ; 
    src: url('/util/Etelka-Narrow-Text-Pro.ttf'); 
}

* {
  box-sizing: border-box;
  font-family: 'prg_font'; 
  font-size: 24px;
}

.content {
  padding: 0 8%;
  text-align: center;
  background: white;
}

.content > div {
  width: 100%;
  max-width: 600px; 
  height: auto;
  margin: 0 auto;
}

a:link {
  color: ForestGreen;
}

a:visited {
  color: ForestGreen;
}

a:hover {
  color: ForestGreen;
}

a:active {
  color: ForestGreen;
}