@charset "utf-8";
/* CSS Document */

#header{
	display: flex
    width:100%;
	height: auto;

    text-align:center;
    border:1px solid grey;
	background-color: lavender;
}



#imageHolder {
    width: 300px;
    height: 478px;
    line-height: 478px;
    background-color:#FFFFFF;
}
#imageHolder img {
    max-width: 100%;
    max-height:100%;
    display: inline-block; /* Instead of display: block; */
    margin: 0 auto;
    vertical-align: middle;
}
