@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;900&display=swap');

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

body {
  background: #f4f1ea;
  display: flex;
  justify-content: center;
}

.site {
  width: 1366px;
  position: relative;
  background: #fff;
}

.gallery-page {
  position: relative;
  width: 1366px;
  height: 12312px;
}

.gallery-page img {
  position: absolute;
  display: block;
}

/* Colored divider bars */
.divider {
  position: absolute;
  left: -4px;
  width: 1374px;
  height: 80px;
}
.divider--pink    { background: #ff00a8; }
.divider--green   { background: #1fd662; }
.divider--purple  { background: #3b2585; }
.divider--orange  { background: #ff6623; }
.divider--hotpink { background: #ff99dc; }
.divider--deeporange { background: #ff751f; }
