html, body{
    margin:0;
    padding:0;
}
body{
    font-family:'playfair+display';
    font-family:'montserrat';

}
nav{
    background-color: rgb(113, 155, 113);
    width:100%;
    overflow: auto;
}
ul{
    padding:0;
    margin:0 0 0 150px;
    list-style: none;
}
ul li{
    float: left;
}
.logo img{
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
    width: 2.5em;
}
nav a{
    width:100%;
    display:block;
    padding: 20px 15px;
    text-decoration: none;
    font-family: montserrat;
    color:white;
    text-align: center;

}

h2{
    color: rgb(110, 67, 167);
}

h3{
    color: rgb(110, 67, 167)
}

h4{
    color: goldenrod;
}

.products {
    display: flex; 
    justify-content: space-between;
}

.footer {
    display: flex;
    justify-content: right;
}

.icons {
    display: flex;
    justify-content: right;
}