<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #f2f2f2;
	background-image: url("");
}

.logodiv {
	background: #80ffff;
}


.container{
	
	width:600px;
	height:200px;
	background:#fff;

	
	
}
.example_d {
color:#f6b93b !important;
text-transform: uppercase;
background: #ffffff;
padding: 5px;
border: 2px solid #494949 !important;
border-radius: 2px;
display: inline-block;
}

.example_d:hover {
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}



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