.s{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: beige;
	margin: 1.5vw;
	padding: 1vw;
	border-style: ridge ;
	border-width: 0.5vw;
	width: 88%;
	box-shadow: 1vw 1vw 3px rgba(37, 45, 30, 0.45);
}
.x{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 80vh;
	/* align-items: center; */
	margin-top: 0.6rem;
}
.content{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.buGngDuen{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 6vh;
	width: 90vw;
	background-color: rgba(80, 210, 60, 0.7);
	box-shadow: 0 0 10px rgb(35, 125, 90);
	margin-top: 2vh;
}
.buGngDuenText{
	margin-right: 35vw;
}
.buGngDuenTextB{
	margin-left: 5vw;
}
.timeAndTitle{
	width: 100%;
	font: 1.05em sans-serif;
	letter-spacing: 0.5px;
}
.timeText{
	font-style: italic;
	font-size: smaller;
	color: rgba(0, 100, 0, 0.400);
}
.titleText{
	text-shadow: 1px 2px 3px rgba(255, 160, 0, 0.500);
}
w{
	font-size:small;
	color: rgba(160, 147, 95, 0.400);
	text-shadow:none;

}
.pcc{
	word-wrap:break-word;
	width: 100%;
	font: 1em sans-serif;
}
.aA{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.buGngDuenTt{
    display: flex;
	flex-direction: row;
}
#spdjck{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: smaller;
	color: rgba(89, 145, 177, 0.8);
	text-shadow: 0px 0px 3px rgba(0, 64, 255, 0.25);
}