/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.comment 
{
    display: block;
    transition: all 1s;
}

#name
{
    width: 450px;
}

#comment
{
    width: 450px;
}

#txtComenta
{
    color: white;
    font-weight: bold;
}

.principal
{
    padding-top: 20px;
    background-color: black;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.btn-boot 
{
    margin-top: 10px;
    color:white;
    width: 100%;
    margin-right: 10px;
}

.btn-boot:hover
{
    cursor: pointer;
    background-color: chartreuse;
    color:black
}

