.flexImage { 
    display: flex;
    
    justify-content: center; 
    align-items: center;
}

.responsiveImage {
  width: 100%;
  height: auto;
}

.textImageLeft {
	float: left;
	width: auto;
	height: auto;
	padding: 5px;
}

.textImageRight {
	float: right;
	width: auto;
	height: auto;
	padding: 5px;
}

a{
	text-decoration: none;
	color: #00494b;
}