<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.dpn{
	display:none;
}
button{
	margin:0 auto;
}
div{
	border:5px solid red;
	padding:20px;}
div#box_A{
	border-color:yellow;
}
div#box_B{
	border-color:blue;
}
div#container{
	width:421px;
	margin:0 auto;
}</pre></body></html>