/* body {
  margin: 0;
  padding: 0;
  font: 40px/1.6 Arial, sans-serif;
  background: #FAF6F2;
  color: #fff;
  position: relative;
} */

.container {
  max-width: 1200px;
  /* overflow: hidden; */
  margin: 0 auto;
}

.monastyre {
  position: relative;
  width: 100%;
  height: 568px;
  background-image:
    url(../images/layer5.png),
    url(../images/layer4.png),
    url(../images/layer3.png),
    url(../images/layer2.png),
    url(../images/layer1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

#parallax a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/enter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: contain;
  background: linear-gradient(180deg, rgba(189, 170, 81, 1) 5%, rgba(240, 230, 147, 1) 24%, rgba(167, 138, 28, 1) 100%);
  position: absolute;
  left: 50%;
  bottom: -7%;
  transform: translate(-50%, -50%);
  color: #3f2303;
  width: 166px;
  height: 58px;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}