body {
  /* Set a background color that will be displayed
     while the background image is loading */
  /*background-color: #464646;*/
}

@font-face {
    font-family: "Kollektif";
    src: url("Kollektif.ttf");
}

h1 {
font-family: 'Kollektif', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 9em;
color: white; 
margin-left: 5%;
}


h2 {
font-family: 'Kollektif', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 0.9em;
color: white; 
margin-left: 5%;
}


a:link {
    color: white;
    text-decoration: none;	
}

a:visited {
    color: white;
    text-decoration: none;	
}

a:hover {
    color: #808080;
    text-decoration: none;	
}

a:active {
    color: white;
    text-decoration: none;	
}	