* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Varela Round", sans-serif;
  background-color: #333;
}

.header-img {
  position: relative;
  height: 200px;
  background-image: url("../../img/bark-7005886_1920.jpg");
  background-size: cover;
}

.header-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px black;
}

.header-text h2 {
  font-size: 26px;
  color: #ddd;
  text-transform: uppercase;
}

.header-text p {
  font-size: 18px;
  color: #ddd;
  text-transform: uppercase;
}

.otik-temp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}

@media (min-width: 320px) {
  .header-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .header-text h2 {
    font-size: 34px;
  }
  .header-text p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header-text h2 {
    font-size: 38px;
  }
  .header-text p {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */