@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f5f5dc !important; /* Beige background for a cozy feel */
}

header {
    background-color: #8B4513; /* Dark brown wood color */
    color: white;
    padding: 20px;
    text-align: center;
}

#hero-image {
    width: 100%;
    height: auto;
    max-height: 500px;
}

main {
    padding: 20px;
    background-color: #FFFFFF; /* White background for main content area */
}

#download-button {
    display: block;
    margin: 20px auto;
    border: none;
}

footer {
    background-color: #6B8E23; /* Earthy green */
    color: white;
    text-align: center;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
  font-weight: 800;
  font-style: normal;
	text-align: center;
}

p {
    font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
	text-align: center;
}

.store-icon {
    display: block;
    margin: 20px auto;
    border: none;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

