html {
  scroll-behavior: smooth;
}

body {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  max-width: 80rem;
  background-color: whitesmoke;
}

li {
  margin-right: 3rem;
}

li:last-child {
  margin-right: auto;
}

figure {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
}

figcaption {
  width: 80%;
  max-width: fit-content;
  margin: auto;
  padding-top: 1rem;
}

img,
iframe {
  width: 80%;
  border-radius: 2rem;
  margin: auto;
}

hr {
  color: #dad7cd;
}

nav,
footer {
  justify-content: space-between;
}

.honesty-list li::before {
  content: '📍 ';
}
