.service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.site-header {
  background-color: #f4f4f4;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 50px;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.site-nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
