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;
    font-size: 30px;
    transition: all 1s;
}

#hem {
    margin-left: 300px;
}

.div1 {
    display: flex;
}

@media (min-width: 765px ) {
    #kaka {
        padding: 50px;
        background-color: rgb(47, 31, 17);
        color: rgb(0, 0, 0);
        width: 30%;
        margin: 60px;
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }


    #bulle {
        padding: 50px;
        background-color: rgb(66, 48, 20);
        color: rgb(0, 0, 0);
        width: 30%;
        margin: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }

    #smörgås {
        padding: 50px;
        background-color: rgb(97, 62, 6);
        color: rgb(0, 0, 0);
        width: 30%;
        margin: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }
}



@media (max-width: 764px) {

    .div1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .bar {
        width: 70%;
    }

    #kaka {
        padding: 50px;
        background-color: rgb(47, 31, 17);        color: rgb(0, 0, 0);
        width: 70%;
        
        display: flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;    
    }



}

h3 {
    border-radius: 10px;
    padding: 20px;
    background-color: white;
}

h1 {
    padding-top: 50px;
    padding-left: 60px;
}
p {
    background-color: burlywood;
    padding: 20px;
    border-radius: 8px;
}
