body{ background-image: url("https://files.catbox.moe/yuvc31.gif");}


.blinkie-box{
  display: grid;
  grid-template-columns: repeat(9, 1fr); /* Creates 3 columns of equal width */
  gap: 21px;  

}

.blinkie-box img { width: 150px;
  height: 20px;                       
  object-fit: cover; 
 place-content: center;
}

.box {
  min-width: 1000px;
  margin: 70px auto;
  display: grid ;
  grid-gap: 15px;
  grid-template-columns: 250px minmax(0,1fr);
}


footer {  border: black 2px solid;
grid-row: 4/5;
grid-column: 1/3;
length: max-content;
background-color: #22bd6f;

}
    
