#settings-page-title {
    height: 48px;
  background: linear-gradient(to bottom, #3a3a3a, #242424);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9vw;
  border-bottom: 1px solid #000;
  box-shadow: inset 0 1px 0 var(--edge-highlight);
  position: absolute;
    left: 12.8vw;
    top: 5vh;
}

#theme-forum {
    height: 48px;
  background: linear-gradient(to bottom, #3a3a3a, #242424);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9vw;
  border-bottom: 1px solid #000;
  box-shadow: inset 0 1px 0 var(--edge-highlight);
  position: absolute;
    left: 16.8vw;
    top: 16vh;
}
