* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/seamless-wall.jpg);
  background-size: 250px;
}

.container {
  max-height: 100vh;
  padding: 8px 12px;
}

.cuadro {
  max-height: 90vh;
  max-width: 90vw;
  overflow: hidden;
  aspect-ratio: 3563 / 3474;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-right: auto;
  margin-left: auto;
}

img {
  width: 100%;
  height: auto;
}

.descripcion {
  background-color: rgb(29, 29, 29);
  color: white;
  margin-top: 10px;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 4px;
}
