html,
body {
    background-color: white;

}

.container {
    /*  height: 100%; */

    justify-content: center;
    align-items: center;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.iconview img {
    padding: 15px;
  width: 100%;
  height: auto;
}


a:link {
  color: #212529 ;
  text-decoration: none;
}


a:visited {
  color: #212529 ;
}

a:hover {
  color: blue;
}

a:active {
  color: green;
}  

.modal-home-full {
  
}

.modal-home-full .modal-dialog {
  width: 80%;
  max-width: none;
  max-height: 80%;
  
}
.modal-home-full .modal-content {
  max-height: 80%;
  border: 0;
  border-radius: 0;
}
.modal-home-full .modal-body {
  overflow-y: auto;
}