*{
    margin :0;
    padding: 0;
}

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

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin:  30px;
        
    }


nav ul{
    display: flex;
    
}

li{
    padding-left: 60px;
    padding-right: 60px;
    text-decoration: none;
    list-style-type: none;

}

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


/* hero section */
.hero {
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    padding-top: 20%;

}

h1 {
    color:white;
    font-family: "Lato",sans-serif;
    font-size: 60px;

}

h2 {
    font-family: "Lato",sans-serif;
    color: white;
    font-size: 30px;
}

h3 {

    font-family: "Lato",sans-serif;
    color: white;
    font-size: 20px;

}