 {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  position: relative;
  font-size: 12px; }

html, body {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(violet, white 60%, white);
  background: linear-gradient(violet, white 60%, white);
  background-attachment: fixed;
  padding: 1rem; }

  .thumbnail{
    height: 300px;
  }

.thumbnail img {
  transition: transform 0.1s ease;
  transform: scale(1);
   width: 10%;
   min-width: 100px;
  height: auto;
   float: left;
   padding: 5px 10px 5px 5px;



   }

.thumbnail img:hover {
  transform: scale(1.3);
  cursor: pointer; }


/*# sourceMappingURL=style.css.map */
