@charset "UTF-8";

.cssskin-flame  {
  border-radius: 20px;
}

.cssskin-flame .c-title {
  color: #ffffff;
  text-shadow: 4px 4px 0 #000;
  text-shadow: -1px 1px 0 #000;
  text-shadow: 1px -1px 0 #000;
  text-shadow: -1px -1px 0 #000;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 20px 3px;
  border-radius: 20px;
}

