body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #1a1a1a;
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 10px 20px;
}

.logo img {
  height: 60px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: #ff0000;
}

.socials img {
  height: 24px;
  margin-left: 15px;
}

.hero {
  background: url("hero_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 30px;
  text-align: center;
}

.white {
  color: white;
  font-size: 64px;
}

.red {
  color: red;
  font-size: 64px;
}

.white-small {
  color: white;
  font-size: 24px;
}

.opis {
  max-width: 700px;
  margin: 30px auto;
  font-size: 18px;
  color: #ddd;
}

.map {
  margin-top: 30px;
}
