/* 
    Created on : 5 Jul 2026, 23:51:54
    Author     : cam
*/
.ifwrapper {
	float: left;
	height: 200px;
	background-color: powderblue;
	display: flex;
	align-items: center;
}
.dirdate {
	text-align: center;
	clear: both;
}
.ifwrapper p {
	clear: both;
}