body {
  background: rgb(170,130,255);
  background: linear-gradient(0deg, rgba(250,176,247,1) 0%, rgba(212,153,255,1) 25%, rgba(170,130,255,1) 50%, rgba(212,154,251,1) 75%, rgba(250,176,247,1) 100%); 
  overflow-y: scroll;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 14px;
  color: #000000;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link {
  color: #00D830;
}
a:visited {
  color: #F2ACFF;
}
a:hover {
  color: #44B6FF;
}
a:active {
  color: #000000;
}

.container {
  width: 1175px;
  min-height: 100%;
  max-height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #715DEC;
  border-style: solid;
  border-width: 2px;
  border-color: #FECF30;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.19);
}

.gallery {
	width: 1000px;
	background-color: #9375FF;
	display: block;
	float: none;
	border: double 4px #FFEB2C;
	padding: 10px 20px 10px 20px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

* {
	box-sizing:border-box;
}

.box {
	width: 900px;
}

.row {
	margin: 5px; 
}

.row,
.row > .column {
	padding: 5px;
}

.column {
	float: left;
	width: 25%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.art {
	background-color: #AA82FF;
	padding: 10px 10px 10px 10px;
	height: 350px;
	overflow: auto;
	margin-bottom: 10px;
}

#thumbnail {
	border-radius: 4px;
	width: 150px;
}