@font-face {
  font-family: 'FreeSerif';
  src: url('FreeSerif.otf') format('truetype'); 
}

body {
  font-family: 'FreeSerif', serif;
  color:#222222;
  font-size:50px/2;
  letter-spacing: 0.001px;
}

h1 {
  font-size:100px/2;
}
h2 {
  font-size:90px/2;
}
h3 {
  font-size:80px/2
}
h4 {
  font-size:70px/2;
}
h5,p {
  /* yes for me a h5 is a paragraph :3 */
  font-size:65px/2;
}
h6 {
  font-size:50px/2;
}

button {
  font-family: 'FreeSerif', serif;
  padding: 10px 25px;
  font-size: 20px;
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  cursor: pointer;
}