body {
    margin: 0px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(252, 252, 252);

}

.logga {
    position: absolute;
    margin: 10px;
    margin-top: 15px;
}

header {
    background-color: rgb(230, 195, 149);
    align-content: center;
    display: flex;
    height: 150px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

a {
    color: black;
    font-size: 25px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#hem {
    margin-left: 300px;
}
