h1{
    text-align: center;
}
.app
{
    display: flex;
    flex-direction: row;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px;
    margin: 10px;
}
.mainParent
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img
{
    /* margin: 20px; */
    width: 50%;
}
.section1
{
    /* flex-grow: 1; */
    width: 30%;
}
.section2
{
    /* flex-grow: 1; */
    width: 30%;
}
.section3
{
    /* flex-grow: 2; */
    width: 40%;
}
.fieldheading
{
    background-color: blue;
    font-weight: bold;
    color: white;
    display:inline-block;
    padding: 5px;
    border-radius: 5px;
}
.fieldvalue
{
    display:inline-block;
    padding: 5px;

}
p
{
    margin: 2px;
    font-family: Helvetica;
}