<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fullTab{
    display:flex;
    width:100%;
    justify-content: center;
}
#fullTab img{
    align-self: center;
    height: 20vh;
}
#fullTab img:hover{
    cursor:pointer;
    z-index: 999;
    -webkit-box-shadow: 3px -2px 72px -2px rgba(135,135,135,1);
    -moz-box-shadow: 3px -2px 72px -2px rgba(135,135,135,1);
    box-shadow: 3px -2px 72px -2px rgba(135,135,135,1);

}

#allMinis{
    margin-top: 2%;
    display:flex;
    flex-flow: wrap;
    width:100%;
    align-items: center;
    align-self: center;
}

#allMinis img{
    max-width: 10vw;
    margin: 2vh 2vw 2vh 2vw;
/*
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;*/
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}

.return{
  align-items: center;
  position: absolute;
  top : 10px;
  left : 10px;
  z-index: 1000;
  width:30px;
  height: 30px;
  cursor: pointer;
}
</pre></body></html>