*,
*::before,
*::after {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

/* --- */

html {
  font-size: 16px;
}

body {
  font-family: monospace;
  background-image: url("../img/fondo3.png");
  margin: 0;
  min-width: 680px;
}

.artistas {
  font-size: 0;
  text-align: center;
  margin: 0px auto 400px;
  min-width: 700px;
}

h1 {
  font-family: sans-serif;
  font-size: 42px;
  margin: 0;
  padding: 20px;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  background-color: rgba(100, 61, 10, 0.585);
}

h2 {
  font-size: 30px;
  text-align: center;
  margin: 100px auto 20px;
  color: white;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  background-color: rgba(100, 61, 10, 0.585);
}

.txt-container {
  width: 600px;
  margin: auto;
  padding: 30px;
}

.pintores {
  display: inline-block;
  width: 200px;
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1),
      0 0 10px 3px rgba(0, 0, 0, 0.1);
  margin: 10px;
  font-weight: bold;
}

.pintores:hover {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5),
      0 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: rgb(196, 191, 191);
}

.pintores > a > img {
  width: 100%;
  height: auto;
}

.pintores > .ficha {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: maroon;
  font-weight: bolder;
}

img {
  max-height: 250px;
  height: 100%;
  width: 12%;
  max-width: 800px;
  height: auto;
  text-align: center;
}

div {
  text-align: center;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: black;
}

a > img {

  text-align: center;
  width: 3%;
  height: auto;
}

.home {
  display: flex;
  justify-content: center;
}