/* Reset some default styles */
/*body, h1, h2, p {*/
body {
    margin: 0;
    padding: 0;
	font-family: 'Mukta', sans-serif;
}

p {
	margin-bottom: 1em;
}

/* Set a background image for the hero section */
#hero {
    background-image: url('annie.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    xpadding: 1em 0 1em 0;
}

/* Style the header navigation */
header {
    background-color: #543;
    background-color: #393633;
    color: #fff;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav li {
    display: inline;
    margin: 0 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* Style the call-to-action buttons */
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
	xbackground-color: #18c24c;
    xcolor: #030202d9;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

/* Style the sections */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
}

/* Style the footer */
footer {
    background-color: #393633;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

