<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-menu{
	width:500px;
	background: #ffffff;
	font-size:20px;	
  }
  .dropdown-item{
	border:solid 2px #635d5d;
	background: #2f4306;
	color:#fff;
	height:100px;
	font-size: 30px;
	font-weight: 700;
}

</pre></body></html>