h2 {
  position: relative;
  font-size: 20px;
  color: #cbb994;
  text-transform: uppercase;
  text-align: center;
  margin: 40px auto 30px;
  padding-bottom: 20px;
padding-top: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  background: var(--katbild) center bottom no-repeat;
  background-size: 100% auto;
}

h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #cbb994;
  margin: 10px auto 0;
  opacity: 0.7;
}

h1 {
  position: relative;
  font-size: 36px;
  color: #cbb994;
  text-transform: uppercase;
  text-align: center;
  margin: 60px auto 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  letter-spacing: 2px;
  font-weight: 900;
  background: var(--katbild) center bottom no-repeat;
  background-size: 100% auto;
}

h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #cbb994;
  margin: 15px auto 0;
  opacity: 0.9;
}

