.boxshadowd {
    box-shadow: 5px 10px #888888;
}

.lgrad {
  background: linear-gradient(to right, #FFC285, pink);
}