html {
	background-color: #30304a;
	height:100%;
	background-image: url("../milk.png");
}
.con{
	postion: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
body {
	padding: 20px 20px 0 0;
	height:150%;
	width:60%;
	background-color:#87a5a8;
	margin: auto auto;
	border-style: solid;
	border-width: 5px;
	background: rgba(135, 165, 168, 0.95)
}

div.gallery {
  border: 0 solid #ccc;
  padding: 10px 10px 10px 10px;
}

div.gallery:hover {
  border: 5px solid white;
}

div.gallery img {
  width: 200px;
  height: 200px;`
    display: block;
  margin-left: auto;
  margin-right: auto;

}



* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 40%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
