body {
  background-color: #fae3c8;
  background-image: url('https://file.garden/Z0vjj4OTuzK04wga/wp9964751.jpg');
  background-size: 200%;
  background-repeat: repeat-y;
  font-family: 'Apple Garamond';
}

h1 {
  font-size: 30px;
  font-weight: bold;
  color: darkblue;
  margin-bottom: 2%;
}

h2 {
  font-size: 25px;
  font-weight: bold;
  color: #8B8000;
}
  
h3 {
  font-size: 20px;
  color: darkgreen;
  text-align: center;
}

p {
  font-size: 18px;
  color: darkred;
  text-align: center;
}


.container {
  display: block;
  margin-left: 15%;
  margin-top: 3%;
  width: 70%;
  height: 20%;
  overflow-y: scroll;
  overflow-x: hidden;
  border: double darkblue 8px;
  border-radius: 3%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  
}

.minicontainer {
  display: inline-flex;
  margin-left: 4%;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
  max-height: 30%;
  overflow-y: scroll;
  flex-wrap: wrap;
}

.miniminicontainer {
  height: 55%;
  width: 200px;
  margin: 1%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  align-content: center;
  text-align: center;
  overflow-wrap: break-word;
}
  
.miniminicontainer img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 5px;
}
  
  
  
  
  