body {
    margin: 0;
    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;

}

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

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

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

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

.hero {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    

    
    

}

h1 {
    font-family: sans-serif;
    font-size: 60px;
    color: white;
}
h2 {
    color: white;

}
h3 {
    color: white;
}