
html, body {
	padding-top: 20px;
	background-color: black;
	color: white;
	font-family: monospace;
	font-size; 18px;
	padding-bottom: 20px;
}

p {
	font-size: 18px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 500px;
}

.centerL {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 500px;
}


a {
	font-weight: bold;
	color: white;
	text-decoration: none;
 }

a.visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div.gallery {
  border: 1px solid black;
  padding: 20px;
}

div.gallery:hover {
  transform: rotate(10deg);
  transition: all 0.3s ease-in-out 0s;
}

div.gallery img {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

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

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

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

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