body .container main {
  display: flex;
  justify-content: center;
}
body .container main section#textures {
  display: flex;
  width: 80%;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
}
body .container main section#textures h2 {
  font-size: 2em;
  text-align: center;
  width: 100%;
}
body .container main section#textures div {
  display: flex;
  width: 100%;
  align-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
}
body .container main section#textures div figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 25%;
}
body .container main section#textures div figure img {
  box-shadow: 0px 0px 20px 10px lightblue;
  width: 100%;
}
body .container main section#textures div figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
body .container main section#textures div figure figcaption button {
  background-color: lightblue;
  color: black;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 20px;
  font-size: 1.3em;
  border: none;
}
body .container main section#textures div figure figcaption button:hover {
  cursor: pointer;
  transform: scale(110%);
}
body .container main section#textures button {
  background-color: lightblue;
  color: black;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 20px;
  font-size: 2em;
  border: none;
}
body .container main section#textures button:hover {
  cursor: pointer;
  transform: scale(110%);
}

/*# sourceMappingURL=texture.css.map */
