body {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
}
p {
    font-size: 14px;
}
h4 {
    margin:  0;
}
#header {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#header img {
    width: 240px;
    
}

#menu {
    padding: 0 4px;
}
.submenu {
    margin-top: 30px;
}
.submenu h2{
    text-decoration: underline;
    color: #b74b5d;
}
.product {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}
.product-left {
    max-width: 85%;
}
.product-info {
    color: darkgray;
    font-weight:500;
    font-style: italic;
}