.text-mid {
  text-align: center;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px white solid;
  box-shadow: 0 0 15px black;
}

figure figcaption {
  text-align: center;
  margin-top: 20px;
}

* {
  text-align: justify;
  color: black;
  font-family: "Jost", sans-serif;
}

.margin-top {
  margin-top: 15px;
}

.body {
  background-color: lightgray;
}

footer {
  background-color: gray;
}

.right-adjust {
  margin-left: 100px;
}
