.has-title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20vh !important;
}

.has-title > .title {
  position: absolute;
  width: 1040px;
  top: -48pt;
}

.standalone-title {
  margin: 1rem;
  margin-bottom: 0.3em;
}

.has-title > .title,
.standalone-title {
  line-height: 1em;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Graebenbach', 'Arial', 'sans-serif';
}
