body {
    background-color:#88b640;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family:sans-serif;
    /* background-repeat:no-repeat; */
    /* background-position:top left; */
    /* background-attachment:fixed; */
}

h1 {
    font-family: 'DK Avontuur Regular', sans-serif;
    text-align: center;
    color:#000000;
    /* background-color:#ffffff; */
}

h2 {
    font-family: 'DK Avontuur Regular', sans-serif;
    /* text-align: center; */
    color:#000000;
    /* background-color:#ffffff; */
}

p {
    font-size:14px;
    font-style:normal;
    font-weight:normal;
    color:#000000;
    /* background-color:#ffffff; */
}

a {
  /* outline: none; */
    font-weight:bold;
    color:#494b47;
    text-decoration: none;
  /* padding: 2px 1px 0; */
}

@font-face {
    font-family:"DK Avontuur Regular";
    src:
        url("DK_Avontuur.eot") format("eot"),
        url("DK_Avontuur.woff") format("woff"),
        url("DK_Avontuur.ttf") format("truetype"),
        url("DK_Avontuur.svg#DKAvontuur-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
}
