* {
        margin: 0;
        padding: 0;
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-size: 1em; /* dont edit !!*/
        color: #062340;
}
html {
        font-size: 62.5%; /* dont edit!!*/
}
body {
        font-size: 1em; /* edit here */
	background-image: url('../img/codebaggrund1.jpg');
	background-repeat:no-repeat;
	background-color: #d8d6cb;
}


