*{
    margin:0;
    border:0;
    box-sizing: border-box;
    padding: 0;
}


header{
    border:black 10px solid;
    width: 100%;
    height:400px;    
}

.cabecera{
    width:100%;
    height:100%
    /*position:static;*/

}

.titulo{
    font-family: "Playwrite NL Guides", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  


}

body{
    background: url("../assets/img/vecteezy_pink-pastel-color-abstract-background-design-and-soft-pastel_9279989.jpg") no-repeat;
}

.fondo-cap{
    width:350px;
    height:50px;
    border:1px solid black;
    background-image: url("../assets/img/pngtree-cloud-art-candy-color-pastel-background-image_903184.jpg");
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

