body {
    margin: 0;
    padding: 0;
}
header {
    background-color: #efdfbb;
    height:100px;
	padding:30px;
    text-align: center;
    font-size: 35px;
    font-family: italic;
}
.tekst {
    margin: auto;
    width: 50%;
    padding-top: 5%;
}
nav {
   background-color: #ffe5b4;
   height:490px;
   width:20%;
   font-size:20px;
   float: left;
} 

ul {
    list-style-position:inside;
}

article img {
    width: 348px;
    margin: 10px;
    float: right;
 }

article {
    background-color: #edc9af;
    height:490px;
    margin-top: -1%;
   


}
article img{
    float: right;
}


footer{
    background-color:  #ffdab9 ;
    height:100px;
    font-size: 30px;
    text-align: center;
    margin-top: -2.6%;
}
img {
margin-left: auto;
margin-right: auto;
padding-top: 5%;
width: 50%;
}
header img {
    float: left;
    position: absolute;
    left: 10px;
    top: -50px;
    width: 100px;
    height: 100px;
}



