body {
  background-color: black;
       overflow-y: hidden;
  color: white;
    font-family: courier;
}
.flex {
 display: flex;
 align-items: center;
justify-content: center;
 flex-wrap: wrap; 
  gap: 20px;
  width: 100%;
  height: 90%;
}
.container {
  height: 75vh;
  width: 580px;
  background-color: black;
  overflow-y: scroll;
  
   display: flex;
            justify-content: center;
            align-items: center;
             flex-wrap: wrap;
          gap: 10px;
  
}
.container img {
  width: 90%;
  
  
}