body {
  background-color: #161034; /* #1d1430 */
  display: block;
  margin: 0 auto;
  justify-content: center; /* center horizontally */
  /*align-items: center;     */ /* center vertically */
  font-family: nunito;
  color: #f75fa1; /* #d9568e; */
}

body h1 {
  text-align: center;
}

my-toolbar header {
  width: 100%;
  text-align: center;
  background-color: #f75fa1; /* #d9568e; */
  padding: 15px 0;
}

my-toolbar nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

my-toolbar nav a {
  font-family: inherit;
  text-decoration: none;
  color: #161034; /* 1d1430 */
  font-weight: 500;
}

my-toolbar nav a:hover {
  text-decoration: underline;
}

.policy-text {
  margin: 0px 20px;
  padding: 20px 20px; /* 0 top/bottom, 20 left/right */
  font-family: system-ui;
  border-style: solid;
  border-color: #433500;
  background: white;
}
