/* Alternate Style */

.dcx-title {
	text-align: center;
	color: #ff1a75;
}


::-moz-selection { /* Code for Firefox */
  background: #ff1a75;
}

::selection {
  background: #ff1a75;
}