body { background-color: #d6eaf8; }
.Footer { background-color: #d6eaf8; }
input.Active { background-color: #c0c0c0; }

.Gallery	{
  display:flex;
  vertical-align:top;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.Gallery1	{
 display:grid;
 justify:items: start;
 justify-content: left;
}

.Gallery1::after	{
  content: '';
  flex-basis:30%;
}

.Gallery2	{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
	gap: 10px;
}

.Gallery3	{
  display:flex;
	gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align:top;
	text-align:left;
}
