text-shadow-example {
  text-shadow: 2px 2px 4px #ff0000;
  /* Horizontal offset | Vertical offset | Blur radius | Color */
}

.image-logo {
height: 120px; 
}