/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #ffffff;
}

.container {
  text-align: center;
  padding: 50px 20px;
  max-width: 800px;
  margin: 0 auto;
}

header {
  margin-bottom: 30px;
}

.logo img {
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
  color: #007bff;
}

.description {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 20px;
}

.services {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.services li {
  font-size: 1.1em;
  margin: 10px 0;
  color: #444;
}

.contact-info {
  margin-top: 30px;
  font-size: 1.1em;
}

.contact-info a {
  color: #007bff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 40px;
  font-size: 0.9em;
  color: #777;
}

.socials a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
}

.socials a:hover {
  text-decoration: underline;
}
