body {
    background-color: lightblue;
}

h1.page_title {
    text-align: left;
}

#container{
    /*max-width: 400px;*/
    overflow: hidden;
	text-align:center;
	vertical-align:middle;
	justify-content:center;
	align-items:center;
}
img{
    width: 100%;
    object-fit: contain;
	justify-content:center;
	align-items:center;
}

h2 {
	background-color: transparent; /*rgb(0,1,2);*/
	color: rgb(0,0,0);
	/* mix-blend-mode: difference;*/
/*	align-items:bottom;
	justify-content:bottom;*/
	position: absolute;
	top: auto;
	bottom:2px;
}

td {
	position: relative;

	}
	
td.c01 { position: absolute; }

/*	#alt001 {
		width: 100%;
	
	}
	*/