
* {
    background-color: darkolivegreen;
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}


body {
    margin-left: .5in;
    /* max-width: 85%; */
    margin-right: .5in;
}

.header {
    font-weight: 600;
    color: lightgoldenrodyellow;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
*/}


/* Need to add tags and class when we get the chance */
.img-holder{
    width: 100%;
    display: table;
}

.tables {
    display: table-row;
    height: min-content;
}
#img-desc {
    width: 45%;
    padding: 5%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    text-size-adjust: unset;
    font-size: inherit;
}
#baby-pic {
    height: auto;
    width: 100%;
    max-width: 3.5in;
    margin-left: 5%;
    display: table-cell;
    border-style: outset;
}

.par {
    font-weight: lighter;
    /* max-width: 90%; */
    /* align-content: center; */
}