#cuerpo{
    background-color: black;
}


h1{
    display: flex;
    color: white ;
    background-color:   #567573;
    width: 53%;
    border-radius: 15px;
    justify-content: center
}
p{
    color:white;
}