body{
    text-align: center;
    line-height: 2;
    font-size: 15px;
}
h1{
    color: #005f99;
    text-align: center;
    font-size: 2.4rem;
    font-family:'Times New Roman', Times, serif;
    text-decoration: underline;
}
h3{
    color: #005f99;
    text-align: center;
    font-size: 2rem;
    font-family: 'Times New Roman', Times, serif;
}
.contenedor p{
    font-weight: bold;
    text-align: center;
    margin: 20px;
}
.contenedor{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #353D2F;
    background-color: #fff5b7;
    margin-bottom: 10px;
    border-radius: 10px;
}
.ingreso{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    border: 3px solid black;
    background-color: #ff449f;
    border-radius: 10px;
}
img{
    max-width: 80%;
    height: auto;
}
input{
    background-color: #00ead3;
    font-size: 15px;
    font-family:cursive;
    border-radius: 10px;
}
.boton{
    background-color: #00ead3;
    font-size: 15px;
    font-family:cursive;
    border-radius: 10px;
    transition: background-color .3s ease;
    padding: 5px;
    grid-column: 1/4;
    margin: 8px;
}
.boton:hover{
    cursor: pointer;
    background-color: rgb(233,187,2);
}