<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right: 10px;
	background-color:#0078ff;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	
  z-index:100;
}

.my-float{
	margin-top:10px;
}</pre></body></html>