/* CSS Reset */
body, header, nav, main, footer, img, h1, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Style rule for images */
img {
    max-width: 300px;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 10px 20px;
}

/* Style rules for header content */
header {
    background-color: transparent;
    padding: 1em 0;
    text-align: center;
}

h1 {
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 3em;
    margin-top: 0;
    color: #3a5fc4;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}

body {
    line-height: 1.6;
    background-color: #fff8b0;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}


/* Style rules for navigation area */

nav {
    background-color: transparent;
}

nav ul {
    list-style: none;
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    padding: 0;
}

nav li {
    font-weight: bold;
}

nav li a {
    display: block;
    color: #3a5fc4;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

/* Style rules for main content */

main {
    padding: 2%;
    background-color: white;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
}

main h2 {
    text-align: center;
    color:#3a5fc4;
}

.candle-name.lilac {
  color: #A36CA6;
font-family: 'Pacifico', cursive; 
}
.candle-name.peach {
    color: #FF6F61;
    font-family: 'Pacifico', cursive;
}

.candle-name.mint {
    color: #3EB489;
    font-family: 'Pacifico', cursive;
}

.map-container {
    text-align: center;
    margin: 20px 0;
    background-color: white;
}
.map {
    width: 100%;               
    height: 100px; 
    border: none;  
    border-radius: 12px;
}
section, .contact-box, div {
    background-color: transparent; 
    border: none;
    box-shadow: none;
    padding: 0;                       
}

footer {
    text-align: center;
    padding: 1em;
    background: transparent;
    color: #3a5fc4;
    margin-top: 2em;
}
