body {
	background: #EFE6D6;
	color: #333333;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

header {
	background: #323C34;
	padding: 12px 0;
	color: https
://cosmoshealth.co.uk/contact;
}

header .logo-img {
	max-width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.main-nav ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 15px;
	color: #FCD381;
}

.main-nav a {
    color: #F4F4F5;
    text-decoration: none;
}

.main-nav a:hover {
    color: #FCD381;
}

section {
	padding: 20px;
	margin: 20px auto;
	max-width: 800px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 8px;
	text-align: left;
}

h2 {
    color: #121212;
    text-align: center;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #323C34;
	color: #FCD381;
	padding: 20px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px 20px;
}

.footer-bottom {
	text-align: center;
	background: #23272b;
	color: #FCD381;
	padding: 10px 20px;
}

.footer-bottom a {
    color: #FCD381;
    text-decoration: none;
}

.social-icons img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.footer-content .footer-section ul li a {
	color: #FCD381;
}
.footer-content .footer-section h3 a {
}
.main-1nav ul {
	color: #FCD381;
}
