.portfolio_wrapper_wrapper {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.portfolio_wrapper {
  max-width: 90%;
  margin: 0 auto;
  height: 95.5%;
  border: 2px solid var(--main-border-color);
  border-radius: 5px;
  background-color: var(--main-background-color);
  padding: 1em;
  color: var(--main-text-color);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.navbar {
  display: flex;
  justify-content: right;
  max-width: 90%;
  margin: 0 auto;
  border: 2px solid var(--main-border-color);
  border-radius: 5px;
  border-bottom: unset;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

h3 {
  color: var(--main-text-color-color);
  position: relative;
  top: 4%;
  background-image: url("/paint-swipe.png");
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-position-y: -2%;*/
  overflow: visible;
}
