#grid{
    margin-top: 5%;

   
}
#redovigrid{


    border-style: solid;
    border-width: 1px;
    width: 300px;
    height: 450px;
}
#kolonigrid
{
    width: 300px;
    height: 450px;
    margin-left: 5px;
}
/*
#paginacija
{
    width: 60%;
    
    margin-left: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    
  
   
}
    */
.oddeliprebaruvanje
{
    margin-bottom: 5%;
}
#wrap{
    margin: auto;
    width: 100%;
    
}
.centar{ margin: auto; width: 70%;}



  .slika {
        width: 200px;
        height: 200px;
               object-fit: contain; /* keeps aspect ratio */
  background-color: #000; /* fills empty space */
    }


  


    .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
