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

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 4rem;
    margin: 10px; 
}

.logos {
    margin: 5px;
}

nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}

nav img {
    max-height: 4rem;
}

img {
    width: 70%;
}

nav li {
    padding: 1em 2em;
    color: #181818;

}

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


.texts {
    text-align: center;
}
h1 {
    font-family: sans-serif;
    color: white;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 15vh;
}