* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    background-color: white;
    color: black;
    box-shadow: 0 10px 10px rgb(116, 113, 113);
}

ul {
    display: flex;
    flex-direction: row;
    padding: 20px;
    list-style-type: none;
    gap: 20px;
}

a {
    text-decoration: none;
}

/* header{
    display: flex;
   
} */
img {
    height: 50px;
    ;
    width: 50px;
}

.hero-section {
    width: 100%;
    height: 500px;
    background-image: url(https://italica.com/cdn/shop/articles/05.png?v=1668071361
);
    margin: 10px;
    padding: 50px;
}