.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
figure {
  width: 20%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

img {
  width:300px;
  height:500px;
  border-radius: 12px;
  margin: 20px;
}

.logo-div{
  width: 150px;
  height: auto;
}

.aButton {
  display: inline-block;
  text-decoration: none;
  background-color: #1f2937;
  border: 2px outset #ccc;
  color: rgb(255, 255, 255);
  padding: 5px 8px;
  margin: 5px;
  border-radius: 8px;
  width: 200px
}
.aButton:hover{
  background-color: #4a638b;
}
