* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  background-color: #DADACC;
  color: #6d5542;
  text-align: center;
  padding: 10px;
  height: 100vh;
  overflow: hidden;
}

a {
  color: #6d5542;
}

h1 {
  font-family: "Sacramento", cursive;
  text-transform: none;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #6d5542;
}

h2 {
  font-size: 1.7rem;
  letter-spacing: 3px;
  color: #a97e6d;
  font-weight: bolder;
  margin: 0;
}

h3 {
  font-size: 1.25rem;
  color: #a97e6d;
  font-weight: normal;
  margin: 0;
}

h4 {
  font-size: 1.25rem;
  margin: 10px 0;
  color: #a97e6d;
  font-weight: lighter;
}

p {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.5;
}

.image-container {
  margin: 20px 0;
}

img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}

.dummy-item {
  height: 5vh;
  width: 100%;
}

#content-wrapper {
  margin: 0 -20px;
  z-index: 1;
  background-color: rgba(218, 218, 204, 0.9);
  padding: 50px 20px;
  border-radius: 10px;
  max-height: 100%;
}

.masked-content {
  background-color: black;
  -webkit-mask-image:
      linear-gradient(to top, black 0%, black 100%),
      linear-gradient(to top, transparent 0%, black 100%),
      linear-gradient(to right, transparent 0%, black 100%),
      linear-gradient(to bottom, transparent 0%, black 100%),
      linear-gradient(to left, transparent 0%, black 100%);
  -webkit-mask-position:
      center,
      top,
      right,
      bottom,
      left;
  -webkit-mask-size:
      100% 100%,
      100% 40px,
      40px 100%,
      100% 40px,
      40px 100%;
  -webkit-mask-repeat:
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat;
  -webkit-mask-composite:
      source-out,
      source-over,
      source-over,
      source-over;
  mask-image:
      linear-gradient(to top, black 0%, black 100%),
      linear-gradient(to top, transparent 0%, black 100%),
      linear-gradient(to right, transparent 0%, black 100%),
      linear-gradient(to bottom, transparent 0%, black 100%),
      linear-gradient(to left, transparent 0%, black 100%);
  mask-position:
      center,
      top,
      right,
      bottom,
      left;
  mask-size:
      100% 100%,
      100% 40px,
      30px 100%,
      100% 40px,
      30px 100%;
  mask-repeat:
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat,
      no-repeat;
  mask-composite:
      subtract,
      add,
      add,
      add;
}

.top-image-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#branch {
  position: relative;
  top: 0;
  max-width: 90%;
  height: auto;
}

#clothes {
  position: relative;
  top: 0;
  transform: translateY(50%);
  max-width: 90%;
  height: auto;
}

#bottom-wrapper {
  position: fixed;
  bottom: -2%;
  left: 0;
  width: 100%;
}

#flowers1 {
  max-height: 30%;
  height: auto;
  object-fit: contain;
  transform: rotate(-30deg);
  z-index: -1;
}

#flowers2 {
  max-height: 30%;
  height: auto;
  object-fit: contain;
  transform: rotate(30deg);
  z-index: -1;
}