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

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

}

nav img {
    width: 50%;
    height: 50%;
   
}

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

nav ul li {
    padding: 1em 3em;
    color: #181818;
    height: 100px;
    width: 100px;

}


nav ul li a {
    text-decoration: none;
    color: #181818
}

.hero {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 85%;

    display: flex;
    flex-direction: column;
    align-items: center;
    

}

h1 {
    font-family: sans-serif;
    font-size: 60px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

h2 {
color: white;
}

h3 {
color: white;
}