* {
  box-sizing: border-box;
}
html {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #A6A29D;
	background-color: #FFFFFF;
	line-heigt: 1em;
	padding: 
	width: 95vw;
}

body {
  margin-bottom: 3rem;
align-items: center;
	
}
h1 {
  font-size: 3rem;
  color: #A6A29D;
  /*margin-left: 20px;*/
  padding: 0.25em;
  background: none;
  line-height: 1.1em;
 text-align: center;
}

.pictures {
display: block;
}


ul {
  columns: 375px;
  break-inside: avoid;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  display: block;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}

@media (min-width: 1000px) {
ul {
columns: 33vw;
}
}

@media (min-width: 1366px) {
ul {
columns: 25vw;
}
}