body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

.logo {
    height: 0px;
    object-fit: contain;
    display: inline-flex;

}

.logo img{
    width: 45px;
    padding: 1rem;

}

.link {
    height: 0px;
    object-fit: cover;
    display: inline-flex;

}

.link img{
    width: 30px;
    padding: 0 0.5rem;
}


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

li {
    margin: 0 1rem;
}

a {
    text-decoration: none;
}

.hero {
    width: 100%;
    height: 50%;

    background-image: url(../images/bakery-1.jpg);
    background-size: cover;
    background-position: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    color:white;

}

h1 {
    padding-top: 80px;
    font-size: 50px;
    text-align: center;

}

h2 {
    font-size: 25px;
    text-align: center;
}

h4 {
    font-size: 15px;
    text-align: center;
}