/* download*/

.format {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.format a img {
  max-width: 150px;
  margin: 4px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.format a img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
