* {
    margin: 0;
    padding: 0;
}

#innpakning {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 15%;
}

#header {
    border-style: solid;
    height: 20%;
    text-align: center;
    border-color: darkgreen;
    padding: 2%;
}

#header h1 {
    font-size: 300%;
}

#innpakning1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 2500px;
}

#meny {
    width: 20%;
    border-style: solid;
    text-align: center;
    border-color: brown;
    display: flex;
    flex-direction: column;
}

#innhold {
    width: 80%;
    border-style: solid;
    text-align: center;
    border-color: cyan;
    display: flex;
    flex-direction: column;
}