html, body {
 padding-top: 1em;
 text-align: center;
 width: 80%;
 margin: 0 auto;
}

@font-face {
 font-family: 'felix';
 src: url(fonts/FELIXTI.ttf);
 font-style: normal;
 font-weight: 100;
}

@font-face {
 font-family: 'cali';
 src: url(fonts/calibri.ttf);
 font-style: normal;
 font-weight: 100;
}

H1 {
 font-family:felix;
 font-weight: 200;
 font-weight: bold;
}

H2 {
 font-family:felix;
 font-weight: 100;
}

H3 {
 font-family: cali;
 font-weight: 100;
}
