body{
  background:white;
  display:flex;
  flex-direction:column;
}

.top{
  width:1250px;
  height:20px;
  margin:0 auto;
}

.top a{
  color:black;
}

.top a:hover{
  color:white;
  background-color:black;
}

.wrapper{
  background:black;
  width:1250px;
  height:fit-content;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  justify-content:flex-start;
}

.container{
  display:flex;
  flex-direction:column;
  width:25%;
  height:100%;
  margin:0 auto;
  justify-content:space-between;
}
.container img{
  width:100%;
  height:100%;
  object-fit:contain;
  margin:5px;
  border:solid thick black;
}