@charset "utf-8";
/* CSS Document */

 body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #d7cec7;
            color: #333;
        }
        header {
            background-color: #C09F80;
            color: white;
            padding: 10px 20px;
            text-align: center;
        }
        section {
            padding: 20px;
            max-width: 800px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        h1, h2 {
            color: #76323f;
			text-align: center;
        }
		h3 {
			color: #76323f;
			font-size: 1em;
		}
        footer {
            text-align: center;
            padding: 10px 20px;
            background-color: #C09F80;
            color: white;
        }
        a {
            color: #76323f;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
		 .right-aligned {
            float: right;
            margin: 0 15px 15px 0; /* Adds spacing around the image */
        }
		.center-container {
            text-align: center;
        }

nav ul {
    list-style: none;
    padding: 0;
    background-color: #333;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
nav {
    margin: 0;
    padding: 0;
}

nav ul {
    margin: 0;
    padding: 0;
}
