@import "./default.css";
.baner {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url("/images/covoer-ngor.jpg") no-repeat center/cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner h1 {
  color: var(--white);
  font-size: 5em !important;
  text-transform: uppercase;
}
#contact {
  margin: 30px 0;
}
/* PArtie mobile */
@media only screen and (max-width: 768px) {
  .baner {
    height: 30vh !important;
  }
  .baner h1 {
    color: var(--white);
    font-size: 2em !important;
  }
}
