.header-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(var(--color-foreground));
  border-bottom: var(--section-divider-thickness) solid white;
  height: 60px;
}


.header-title-text{
    position: relative;
    left: 30px;
    top: 16px;
    margin: 0px;
    color: rgb(var(--color-background));
}