@charset "utf-8";
/* CSS Document */
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
img {
    width: 99%;
	height: 99%;
}