body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

h1 {
  color: #3397da;
  margin-bottom: 20px;
}

h2 {
  color: #2ecc71;
  margin-bottom: 10px;
}

.description {
  color: #666666;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
header .logo-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
header .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header h1 {
  color: #3498db;
  margin-bottom: 20px;
}
header .description {
  color: #666666;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.flex-item {
  flex: 1 1 300px;
  min-width: 300px;
  padding: 20px;
  background-color: rgb(246.9309623431, 250.9058577406, 253.5690376569);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.flex-item:hover {
  transform: translateY(-5px);
}
.flex-item h2 {
  color: #2ecc71;
  margin-bottom: 10px;
}
.flex-item p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.viber-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #665cac;
  margin-bottom: 10px;
}
.viber-button:hover {
  background-color: #544b8c;
}

.map-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #4caf50;
}
.map-button:hover {
  background-color: #3d8b40;
}

/*# sourceMappingURL=style.css.map */
