body{
    background-color: white;
}
.titulo{
    color: rgb(50, 135, 192);
    text-align: center;
    font-size: 65px;
    font-weight: bolder;
}
.imagen{
    margin: auto;
    width: 100%;
    height: 100px;
    display:  block;
    text-align: center;
    background-position: bottom;
}
.wrap-texto{
    margin-top: 20px;
    color: black;
    margin: 30px;
    text-align: justify;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif
}
