html {
  color-scheme: light;
}

body {
  font-family: system-ui;
  font-size: 1.25rem;
  line-height: 1.5;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

main {
  max-width: min(70ch, 100% - 4rem);
  margin-inline: auto;
}

a:link {
  color: #aa6c5f;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #aa6c5f;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #aa6c5f;
  background-color: transparent;
  text-decoration: none;
}

.navbox ul {
display: flex;
/*float: right;*/
gap: 1vw;
list-style: none;
padding: 0;
margin: 0;
}

.jewelseperator {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.jewelseperator::before,
.jewelseperator::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #aa6c5f;
}

.jewelseperator img {
  padding: 0 1rem;
}

#photograph {
  padding-bottom: 1rem;
}