header
{
    background:url(Fond/Skyline.png) no-repeat left;
    background-size:cover;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#larsene
{
	display: flex;
    flex-direction: row;
    align-items: baseline;
}

#larsene img
{
    width: 30%;
    height:20%;
   margin-top: 7%;
   margin-left:2%;
}