html {
  background-color: #d7dff1;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #202020;
}
header {
  height: 100vh;
  background-image: url(white_sea_1920x1080px_center_opt.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.prozor {
  display: grid;
  background-color: #15309c8a;
}
h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #15309c;
  stroke-width: 15px;
  stroke: #202020;
}
h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #cfddff;
  padding: 0rem 4rem;
  /* margin-bottom: -2rem; */
}

p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto 20px;
}
/* .poz {
  display: flex;
  flex-direction: column;
} */
.ime {
  /* display: block; */
  color: #15309c;
  width: 600px;
  margin: 0 auto;
}
.slogan {
  /* display: block; */
  color: #15309c;
  font-size: 1rem;
  font-style: italic;
  font-weight: 150;
  letter-spacing: 1px;
}
.avtorski {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 3rem;
  font-size: 0.8rem;
}
@media (max-width: 44em) {
  header {
    justify-content: center;
    text-align: center;
  }
  h1 {
    font-weight: 800;
  }
  h3 {
    font-weight: 500;
  }
  .ime {
    margin-left: 42px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .slogan {
    margin-top: 0;
  }
  p {
    font-size: 1rem;
    font-weight: 200;
    margin: 20px;
  }
}
