body {
  background-color: #420d0d;
  font-family: Georgia, serif;
  text-align: center;
  color: rgb(204, 155, 155);
}

div.gallery {
  border: 1px solid #3a0b08;
}

div.gallery:hover {
  border: 1px solid #3a0b08;
}

div.gallery img {
  width: 100%;
  height: auto;
}

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

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  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%;
  }
}
