body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

#slogan {
  margin: 25px;
}
.container {
  text-align: center;
}

.logo {
  max-width: 90vw;
  height: auto;
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contact-item span {
  font-size: 18px;
  color: #333;
}

a {
  text-decoration: none;
}

#contact-info {
  font-size: 150%;
}