<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>-->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap" rel="stylesheet">

main {
  display: grid;
  justify-content: center;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFDD0;
  margin: 0;
  background-color: black;
}

#title {
  background-color: white;
  color: black;
}

img {
  max-width: 75%;
  display: block;
  height: auto;
  margin: 0 auto;
}

#img-caption {
  font-size: 20px;
  justify-self: left;
}