#leftSidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
}

.profile-pic-wrapper {
  width: 100%;
  max-width: 220px;
  height: 220px;
  border-radius: 4px;
  border: 3px double #b88da2;
  background: #e3d6e7;
  box-shadow: 0 4px 12px rgba(34, 28, 36, 0.3);
  margin: 15px 0px 15px;
  overflow: hidden;
}

.profile-pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
}

.profile-text h2 {
  font-size: 1.3rem;
  color: #b6889e;
  margin: 5px 0 2px 0;
}

.profile-text h4 {
  font-size: 0.9rem;
  color: #b88da2;
  font-weight: normal;
  margin: 0 0 12px 0;
  font-style: italic;
}

.profile-text p {
  font-size: 0.85rem;
  color: #4a3e4e;
  line-height: 1.5;
  margin: 0;
  padding: 0 10px;
}

#mainContent {
  position: relative;
  overflow: visible;
  z-index: 10;
}

.corner-1 {
  width: 160px;
  top: -10px;
  right: -20px;
}

.corner-2 {
  width: 150px;
  bottom: -20px;
  right: -35px;
  rotate: 5deg;
}

.corner-3 {
  width: 130px;
  bottom: -10px;
  left: -40px;
}

.boxright,
.boxleft {
  font-size: 0.85rem;
  overflow: scroll;
  overflow-x: hidden;
  height: 150px;
  padding: 10px;
  font-family: "Andada Pro", "Noto Emoji", serif;
}

@media only screen and (max-width: 850px) {
  #flex {
    min-height: 0;
  }

  #rightSidebar {
    padding-top: 112px !important;
    padding-bottom: 72px !important;
  }

  #rightSidebar > .top-lace-R,
  #rightSidebar > .bottom-lace-R {
    position: absolute !important;
    left: 50%;
    width: 112%;
    max-width: none;
    z-index: 40;
    pointer-events: none;
  }

  #rightSidebar > .top-lace-R {
    top: 0 !important;
    transform: translateX(-50%);
  }

  #rightSidebar > .bottom-lace-R {
    bottom: 0 !important;
    transform: translateX(-50%) scaleY(-1);
  }

  .home-row,
  .row-reverse {
    flex-direction: column !important;
    gap: 15px;
  }

  .row-image {
    height: 220px;
    filter: grayscale(50%);
  }

  .corner-1 {
    width: 135px !important;
    top: -18px !important;
    right: -18px !important;
  }

  .corner-2 {
    width: 120px !important;
    bottom: -18px !important;
    right: -18px !important;
  }

  .corner-3 {
    width: 105px !important;
    bottom: -16px !important;
    left: -16px !important;
  }
}

.fandoms {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.fandoms img {
  filter: contrast(80%) brightness(150%) grayscale(50%);
}

.column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

#flex {
  min-height: 70%;
}
