.box-desc-person {
    margin-top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
#moreInHouse{
    cursor: pointer;
}
#moreInHouse:hover {
    text-decoration: underline;
  }
.box-content-person {
    padding: 10px;
}
#machineHouse{
    display: none;
}
.flexDiv{
    display: flex;
    justify-content: end;
    align-items: center;
}