@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;
}
#contenedor{
  height: auto;
  border-image: url(bordevichi.gif) 4 fill round;
    align-items: center;
    justify-content: center;
    text-align: justify;
    margin: auto;
    width: 60%;
    padding: 1%;
  border-width: 5px;
  border-style: groove;
  * {
    padding-left: 5%;
    padding-right: 5%;
  }
}
p{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: medium;
}
#bordeamarillo{
  background: url(back01\(2\).gif) ;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
width: 30%;
margin: 35px;
margin-bottom: 1em;
}
#dentro{
  background:#fff;
border-radius:10px;
padding:20px
}