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

nav {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

#logo {
    height: 7rem;
    width: auto;
}

img {
    border-radius: 2px;
    height: 3rem;
    width: 3rem;
}


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


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

    color: white;

}




h1 {
    font-size: 5rem;
    margin-bottom: 4rem;
}




h2 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
}



h3 {
    font-size: 1.5rem;
}