body {
   margin: 3%;
   background: #222;
   font-family: "sans serif";
}
.picture img {
   width: 100%;
   max-height: 85vh;
   object-fit: contain;
   object-position: center center;
}
.picture p {
   font-size: small;
   text-align: center;
}
