body {
  margin: 0;
}

header {
  background: rgb(233, 112, 153);
  background: linear-gradient(
    90deg,
    rgba(233, 112, 153, 1) 3%,
    rgba(173, 61, 61, 1) 95%
  );
  margin: 0;
  border-bottom: 1px solid purple;
}

.naslov {
  text-align: center;
  margin: auto;
  font-size: 3rem;
  width: 100%;
  color: aliceblue;
}

.video__div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  background-image: url(images/pozadina.jpg);
  border: none;
}

video {
  margin: 10px 0;
  border: 4px solid rgba(173, 61, 61, 1);
  border-radius: 10px;
}

.tekst {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 300px;
  margin-top: 10px;
}

.tekst__lijevo {
  width: 0;
  flex: 1 1 0px;
  font-size: 26px;
  font-style: italic;
}

.tekst__lijevo__p {
  margin: 150px;
  padding: auto;
}

.tekst__desno {
  flex: 1 1 0px;
  width: 0;
  height: 100%;
}

.tekst__desno img {
  object-fit: scale-down;
  width: 100%;
}
@media (max-width: 600px) {
  video {
    width: 90% !important;
    height: auto !important;
  }
}
