body {
    margin: 5px;
    padding: 0;
    font-family: "Lato", sans-serif;
    background-image: url('images/bakery-1.jpg');
    background-position: center;
    background-size: cover;
}

nav {
    width: 100%;    
    display: flex;
    justify-content: space-between;

}
 
.logo {
    width: 5vw;
    height: 5vw;
}


ul {
    display: flex;
    list-style-type: none;

}

li {
    display: flex;
    flex-direction: row;
    padding: 1em 3em;
    color: #f0ebeb;
    

}

a {
    text-decoration: none;
    color: #ece4e4
}




#hero {
    margin: 1rem;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 30px;


    

}

h1 {
    font-family: sans-serif;
    text-align: center;
    font-size: 60px;
    text-align: center;
    justify-content: center;
    padding-top: 200px;
    

}

h2 {

}

h3 {

}