body {
    margin: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: peachpuff;
}



header{
display: flex;
width: 100%;
background-color: chocolate;
align-content: center;
height: 150px;
gap: 25px;
align-items: center;
}

main{
    display: flex;
}

a {
    color: black;
    font-size: 30px;
}

#Meny{
    margin-left: 300px;
}