.kontakt {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.kontakt h3 {
  font-size: 24px;
  color: #004080;
  font-weight: bold;
}

.kontakt h4 {
  margin-bottom: 15px;
}

.kontakt p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}

.kontakt a {
  color: #3d73cf;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.kontakt a:hover {
  color: #004080;
  text-decoration: underline;
}

.kontakt .email {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #004080;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.kontakt .email:hover {
  background-color: #004080;
  color: #fff;
  transform: translateY(-3px);
}

.kontakt .info {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
  font-style: italic;
}
