@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');
#encabezado{
    background-image: url(rayas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 175px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    font-size: 30px;
    font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 0px #d14b4b;
  color: rgb(253, 136, 136);
  border-color: antiquewhite;
  border-width: 5px;
  border-style: groove;
  width: 100%;
}
body{
    background-image: url(artesaniafondo.png);
    background-position: fill;
    background-repeat: repeat;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#contenedor{
    border-image: url(bordevichi.gif) 4 fill round;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 60%;
    padding: 1%;
    border-color: beige;
  border-width: 5px;
  border-style: groove;
}
.fotodecrochet{
  width: 200px;
  height: 200px;
  border: 3px solid floralwhite;
  border-radius: 15%;
  
}

#grancuadroarte{
  justify-content: left;
  display: flex;
}