body{
    background-color: deepskyblue;
}
hl{
    color:cornflowerblue;
}
title{
    width : 80%;
    text-align: center;
}

div{
    justify-content: none;
}

button{
    font-size: 25px;
    color: cyan;
    background-color: blue;
    border: 2px darkblue solid;
    border-radius: 20px;
}

button:hover{
    font-size: 25px;
    color: cyan;
    background-color: blue;
    border: 2px darkblue dotted;
    border-radius: 20px;
}

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

script{
    width : 80%;
    text-align: none;
}