.title-div {
  width: 18.75rem; /* 300px / 16px */
  height: 3.125rem; /* 50px / 16px */
  margin: 0 auto;
  background-color: var(--bs-white);
  border-style: solid;
  border-width: 0.0625rem; /* 1px / 16px */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem 0px rgba(0,0,0,0.35); /* 1px / 16px, 1px / 16px, 3px / 16px */
}


.title-div h1 {
  font-family: 'Open Sans';
  font-weight: 500;
  text-align: center;
  margin: 0;
  letter-spacing: 0.6em;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: -0.6em;
  text-align: right;
}

