.shadow {
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
}

.shadowM {
  text-shadow: 5px 5px 0px blue;
}