body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

header {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
}

nav {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 1rem;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 1rem;
}

nav ul li a {
  text-decoration: none;
  color: #333;
}

nav ul li a:hover {
  color: #555;
}

section {
  padding: 2rem;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
}
img {
  display: inline-block;
  margin-right: 100px; /* Adjust the spacing between the images */
  width: 400px; /* Set a fixed width for the images */
  height: auto; /* set a fixed height for the images */
}