@font-face {
font-family: "CustomFont";
src: url("https://sonnyfloyd.nl/css/fonts/georgia.ttf");
}

@font-face {
font-family: "CustomFont";
src: url("https://sonnyfloyd.nl/css/fonts/georgiab.ttf");
font-weight: bold;
}

@font-face {
font-family: "CustomFont";
src: url("https://sonnyfloyd.nl/css/fonts/georgiai.ttf");
font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    background-position: 0;
    font-family: CustomFont, Georgia;
    font-size: 20pt;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;  
}

section {
	margin:0% 5% 0% 5%;
  	text-align:left;
}

big {
 font-size:24pt; 
}

h1 {
  font-size:20pt;
}

a {
  color:gray;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}