body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #222;
}

header {
  background: #FFD60A;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
  display: flex;
  justify-content: center;
  gap: 2em;
}

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

main {
  max-width: 800px;
  margin: 2em auto;
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

footer {
  text-align: center;
  padding: 1em 0;
  background: #FFD60A;
  color: #fff;
  margin-top: 2em;
}
h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
	padding-top: 30px;
	font-size: 250%;
}

.center-image img{
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  text-align: center;
  display: flex; 
  justify-content: center;
  width: 400px;
  height: 400px;
}

.center-image {
  align-items: center; /* Add if you want vertical centering */
}

table {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-custom td {
  width: 50%;
  text-align: center; /* Optional: centers images horizontally */
}

.table-custom img {
  width: 100%; /* Image fills the cell */
  height: 80%; /* Maintains aspect ratio */
  display: block;
}

.images2 img {
	display: block;
	margin: 0 auto;
	width: 80%;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
	padding: 10px;
	}
	
h4 {
	text-align: center;
	font-size: 150%;
}

.button a{
	padding: 12px 24px;
	background-color: #007BFF; 
	color: #fff; 
	text-decoration: none; 
	border-radius: 5px; 
	font-weight: bold;
}

.button a:hover{
	color: #FFD60A
}

.button {
	text-align: center;
}

.phone a{
	padding: 12px 24px;
	background-color: #007BFF; 
	color: #fff; 
	text-decoration: none; 
	border-radius: 5px; 
	font-weight: bold;
}

.phone a:hover{
	color: #FFD60A
}

.phone {
	text-align: center;
}

.audio {
	text-align: center;
	width: 100%;
}

img {
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}