*{

    margin: 0%;
    padding: 0%;
}

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

nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 20px;

}

nav ul {
    display: flex;
}

nav ul li {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;

    list-style: none;
}

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

.hero {
    margin: 0;
    padding: 10%;
    width: 80%;
    height: 50vh;
    justify-content: center;
    text-align: center;

}

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

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

h3 {
    font-family: sans-serif;
    font-size: 50px;
    color: white;
    ;
}