body{
    background-color: deepskyblue;
    padding 5px;
}

hl{
    color:cornflowerblue;
}

title{
    width : 80%;
    text-align: center;
}

div{
    justify-content: none;
}

#ContenedorPrincipal{
    display: flex;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
}
