* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Libre Caslon Display';
    font-size: 18px;
    background-image: url("https://www.transparenttextures.com/patterns/egg-shell.png");
}

.headers {
    font-family: 'Merienda One';
}

#header {
    color: white;
    background-color: rgb(77, 30, 125, 0.7);
    padding: 20px;
}

#mainBar {
    background-color: #e6ccff;
    padding: 30px 10px;
    border-radius: 30px;
}

#mainBarText {
    color: purple;
}

#navigation {
    float: left; 
    height: 500px;
    width: 150px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #e6ccff;
    border-bottom-right-radius: 30px;
    border: 1px solid purple;
}

#navigation a {
    text-decoration: none;

}

#navigation a:hover {
    color: mediumpurple;
    background-color: ghostwhite;
}

#content {
    float: right;
    width: calc(100% - 162px);
}

dl {
    padding-top: 10px;
}

dt, dd {
    padding: 5px;
}

dd {
    margin-left: 20px;
}

#mainImage {
    height: 490px;
}

#mainTitle {
    font-size: 22px;
}

#featuredImages {
    width: 100%;
    border-radius: 5px;
}

#featuredProducts>div {
    width: 25%;
    padding: 20px;
}

#featuredProducts a {
    text-decoration: none;
    color: purple;
    font-family: 'Merienda One';
}

#featuredProducts a:visited {
}

#featuredProducts a:hover{
    color: mediumpurple;
}

#featuredProducts {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
}

#banner {
    display: flex;
    margin-bottom: 20px;
    background-color: white;
    background-image: url("https://www.transparenttextures.com/patterns/cartographer.png");
}

#product2 {
    display: flex;
    justify-content: center:
}

#product2>div {
    width: 50%;
}

#style {
    text-align: center;
}

#fragranceFlower {
    width: 60%;
    display: block;
    margin: 0px auto;
}

#informationText {
    background-color: #e6ccff;
    padding: 10px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 20px;
    align-self: center;
}

#miniDiffuser {
    height: 200px;
}

#whiffBox {
    width: 25%;
}

#quantity {
    width: 40px;
    height: 20px;
    border-radius: 5px;
    text-align: right;
}

#cartAdd {
    width: 100px;
}

#logo {
    background-color: rgb(77, 30, 125, 0.30);
    padding: 30px 50px;
    border-radius: 5px;
}

#explore {
    background-color: rgb(240, 240, 240);
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px outset gray;
    text-decoration: none;
}

a:hover#explore {
    color: black;
    background-color: lightgray;
}

a:active#explore {
    color: mediumpurple;
}


#slogan {
    margin: 10px 10px 25px 10px;
}

#homeText {
    margin: 10px;
}

#faqsBanner {
    padding: 20px;
    background-color: white;
    background-image: url("https://www.transparenttextures.com/patterns/cartographer.png");
}

#faqsText {
    width: 30%;
    padding: 30px;
    border-radius: 5px;
    background-color: #e6ccff;
    text-align: center;
}

#faqsDescription {
    padding-top: 5px;
}

#answers {
    display: flex;
    justify-content: center:
}

#answers>#faqsText {
    width: 50%;
    margin: 20px;
}

#answerBox {
    background-color: ghostwhite;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
    border-radius: 3px;
}

#socialMedia {
    margin: 10px 20px 20px 20px;
}

#iconInfo img {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
#iconInfo h5 {
    margin-bottom: 5px;
}

#iconInfo a {
    text-decoration: none;
    color: purple;
}

#iconInfo a:hover{
    color: mediumpurple;
}

#igIcon {
    height: 30px;
    width: 30px;
}

