/* This is to set the style of the babies page */
/* reset */

* {

    padding:0;
    margin:0%;

}

#wrapperB {
    width: 960px;
    margin: 0 auto;
    background-image:url("/static/images/PXL_20210311_220448863.jpg");
    background-size:960px, 960px;
    background-position:middle;
    background-repeat: no-repeat;
    background-color:white;
}

#menubuttons {
    float:right;
    font-size: 30px;
}

#BabySummary {
    font-size:22px;
    color:blue;
    font-weight:bold;
}
#babybio_left {
    float:left;
    margin:10px,10px,10px,10px;
    height: 500px;
    width:20%;
    color:black;
    background-color:transparent;
    padding:40px;
}

#babybio_right {
    float:left;
    margin:10px,10px,10px,10px;
    height: 500px;
    width:40%;
    color:black;
    background-color:transparent;
    padding-left:200px;
}

#footerB {
    clear:both;
    float:center;
    background:transparent;
    margin:10px, 10px, 15px, 15px;
    width:100%;
    position:bottom;
    font-size: 18px;
    color:black;
    padding-left:340px;
}
