@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300;1,400&display=swap');

html {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.backing {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  margin: 1rem 0 1rem;
  padding: 1rem;
  background-color: #f0eeee;
  border-radius: 5px;
}

h1 {
  text-align: center;
  padding-top: 1rem;
  font-size: 2.5rem;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
  margin: auto;
  padding: 1.5rem 0 1.2rem;
  background-color: #ffffff;
}

.incard {
  display: block;
}

#image {
  aspect-ratio: auto;
  border-radius: 2px;
  height: auto;
  max-width: 400px;
  width: 40%;
}

#img-caption {
  width: 40%;
  max-width: 400px;
  text-align: center;
  font-size: max(min(3vw, 32px), 12px);
  font-style: italic;
}

.thinner {
  max-width: 600px;
  margin: 0 auto;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  margin: 3rem auto;
}

ul {
  margin-left: -1rem;
}

li {
  line-height: 1.5rem;
  margin-bottom: 2rem;
  clear: right;
}

.right-aligned {
  float: right;
  margin-right: 2rem;
  margin-left: 2rem;
}

.quote {
  font-style: italic;
  font-weight: 300;
  margin: 4rem auto;
  line-height: 1.5rem;
}

a:last-of-type {
  white-space: nowrap;
}
