body{
    background-image: url("img/mi_fondo.jpg");
    background-position: top;
    background-repeat: repeat;
    background-size: 100%;
    /* background-repeat: repeat; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;     
    margin: 0;
    padding: 0;
}
header{
    background-color: rebeccapurple;
    width: 50%;
    margin: 30px;
    padding: 10px;
    color: white;
    position: relative;
    border-style: double;
    border-color: white;
}
img{
    width: 20%;
    height: auto;
}
.imagenSuperCool{
    width: 10%;
    position: absolute;
    right: 10px;
    top: 20%;
}
.publicacionOriginal{
    width: 80%;
    height: fit-content;
    background-color: darkorchid;
    color: white;
    border-style: double;
    border-color: white;
    margin: 20px;
}
.ContenidoUWU{
    background-color: rebeccapurple;
    padding-bottom: 20px;
    margin: 0;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-position: center;
    align-items: center;
}
.publicacionOriginal h2{
    padding: 0 10px 0 10px ;
}
.ContenidoUWU p{
    padding: 0 10px 0 10px ;
    width: 100%;
}
.publicacionImg{
    max-width: 90%;
    height: auto;
}
a{
    color: white;
}

