body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #dbf2fa;
  color: #fff;
  text-align: center;
  padding: 1em;
}

section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2em;
}

.service {
  width: 30%;
  margin: 1em;
  text-align: center;
}

.service img {
  width: 80%;
  border-radius: 8px;
  margin-bottom: 1em;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1em;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 15px;
  padding-bottom: 10px;
}

nav a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin: 0 15px;
}

@media only screen and (max-width: 768px) {
  .service {
    width: 100%;
  }
}

h1 {
  text-align: center;
}

p {
  text-align: center;
  padding: 0 1em;
}

a {
  text-decoration: none;
  color: #5a5858;
}

footer {
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
  
}

h2 {
  text-align: center;
}

li {
  text-align: center;
}

ol {
  text-align: center;
}

.container {
  display: flex;
  justify-content: center; /* Align images side by side */
  align-items: center;
  height: 100px;
  margin: 20px 0;
}

.container img {
  max-height: 100%; /* Ensure the image does not exceed the container's height */
  max-width: 100%; /* Ensure the image does not exceed the container's width */
  margin: 0 auto; /* Center the image horizontally */
  height: 100px;
}

.container a {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

ul li {
  display: inline;
  margin-right: 15px;
  font-size: 20px;
}

li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin: 0 15px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #5a5858
}

h2 {
  text-align: center;
}

header img { 
  width: 200px;
}

h4 { 
  text-align: center;
  display: block;
}

img {
  width: 200px;
}
h3 {
  font-weight: bold;
  text-align: center;
}

.statement {
  margin: 10 25% 10 25%;
}

.service img {
  border-radius: 50%;
}