p.title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #000;
    display: inline-block;
}
p span {
    font-weight: 600;
    font-size: 18px;
}
p{
    font-size: 18px;
}
.ml-10{
    margin-left: 10px;
}
.children {
    font-size: 18px;
}
.item-wife {
    border: 1px solid #000;
    margin-bottom: 5px;
}
.page-result{
    font-family: 'Gelasio', serif;
    padding: 15px;
    flex: 1;
    background: url(../images/bg.png) repeat;
    background-size: cover;
}
span.number {
    font-family: Roboto;
    font-weight: 400;
    font-size: initial;
}
input#btnPrint {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-image: linear-gradient(45deg, #e3a425, #edbc35, #fae97d, #e3a026);
    font-family: 'Arial_Bold';
    border: 0;
    border-radius: 5px;
    padding: 10px 23px;
}
input#btnPrint:hover{
    background: #f39100;
    color: #fff;
}
