* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', 'Helvetica Neue', Roboto, Verdana, sans-serif;
}

#image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

main {
  background-color: lightgrey;
  border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#img-div {
  width: 100%;
  text-align: center;
  background-color: white;
}

ul, blockquote {
  max-width: 500px;
}

ul li {
  margin: 10px;
}

blockquote {
  font-style: italic;
}

figcaption {
  margin: 10px 0 10px 0;
}

h1 { 
  font-size: 2rem;
}
h2 {
  font-size: 1rem;
  text-align: center;
}

a {
  color: teal;
}

li h3, li p {
  display: inline;
  font-size: inherit;
}
