html,
body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

wa-page::part(navigation-toggle) {
  display: none;
}
wa-page::part(navigation) {
  display: none;
}

.container-centered {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
}
.div-centered {

  width: 80vmin; /* Example: 80% of the smaller of viewport width or height */
  aspect-ratio: auto;
}

.avatar {
  background-color: #9CB5D5;
}


