
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {font-family: Inter, sans-serif;
  font-weight: 200;
  color: #0e0e0e;
}

header {
  background-image: url("zagreb_night.jpg");
  background-size: cover;
  text-align: center;
  padding: 150px 0;
  color: #f5f5f5;
}

.logo {
  margin-bottom: 20px;
}

.logo img {
  max-width: 224px;
}

#black {background-color: #0e0e0e;
  padding: 120px 0;
  text-align: center;
}

#features {background-image:url("bottle_flower.png");
  background-size: cover;
  background-color: #f5f5f5;
  padding: 80px 0;
  text-align: center;
}

#features h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#features ul {
  list-style-type: none;
  margin-bottom: 30px;
}

#features li {
  font-size: 18px;
  margin-bottom: 10px;
}

#clip {
  background-color: #0e0e0e;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
}

#note {background-image: url("perfume_note.jpg");
  background-size: cover;
  text-align: center;
  padding: 150px 0;
  color: #f5f5f5;
}

#notes {background-image: url("perfume_notes.jpg");
  background-size: cover;
  text-align: center;
  padding: 150px 0;
  color: #f5f5f5;
}

#contact {background-color: #f5f5f5;
  padding: 80px 0;
  text-align: center;
}

#contact h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#contact ul {
  list-style-type: none;
  margin-bottom: 30px;
}

#contact li {
  font-size: 18px;
  margin-bottom: 10px;
}

footer {
  background-color: #0e0e0e;
  color: #f5f5f5;
  text-align: center;
  padding: 50px 0;
}

footer p {
  font-size: 14px;
}
