
body {
  margin: 0;
  padding: 0;
  background: #151515;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.logo {
  margin-bottom: 20px;
}
.logo-img {
  max-width: 200px;
  height: auto;
}
.slogan {
  color: #aaa;
  margin-bottom: 30px;
}
.counter {
  font-size: 1.5em;
  margin-bottom: 40px;
}
.founders-img {
  margin: 40px 0;
}
.founders-img-element {
  max-width: 300px;
  height: auto;
}
.instagram {
  margin-top: 20px;
}
.instagram-icon {
  width: 30px;
  height: 30px;
}
