#logo  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
	max-height: 100px;
}
#logo img {
	display: block;
	max-width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
