.container {
  position: relative;
  text-align: center;
  color: white;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.desc {
  font-family: 'minecraft';
  color:  #5b8731;
}
h4 {
  color:  #5b8731;
  font-family: 'minecraft';
  font-size: 1000;
}
ul {
  color:  #5b8731;
  font-family: 'minecraft';
  text-align: center;
}
    @font-face {
        font-family: 'minecraft';
        src: url('MinecraftRegular.otf') format('OpenType'),
}
@font-face {
        font-family: 'minecraftten';
        src: url('MinecraftTen.ttf') format('TrueType'),
}
h1 {
  color:  #5b8731;
  font-family: 'minecraftten';
  font-size: 1000;
}
p {
  color:  #5b8731;
  font-family: 'minecraft';
}
h2 {
  color:  #5b8731;
  font-family: 'minecraft';
}
h3 {
  color:  #5b8731;
  font-family: 'minecraft';
}
h5 {
  color:  #5b8731;
  font-family: 'minecraftten';
  font-size: 1000;
}
body {
  background-color: #ecfadc;
  color: black;
  font-family: 'minecraft';
  text-align: center:
}
.header {
  padding: 0px; /* Applies 20px padding to all sides */
  background-color: #5b8731; /* Example background */
}
div.gallery {
  border: 1px solid #5b8731;
}

div.gallery:hover {
  border: 1px solid #5b8731;
}

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

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;
}
a:link, a:visited {
  background-color: #5b8731;
  color: #ecfadc;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1 auto;
}

a:hover, a:active {
  background-color: #61371f;
  margin: 1 auto;
}