/* КРАСИВЫЕ КНОПКИ */

/* Кнопки с удивительными эффектами */
.span-shadow {text-align:center}
.span-shadow span {
  display: inline-block;
  margin: 15px;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 10px;
  color: white;
  transition: .2s linear;
}
.span-shadow span:nth-child(4) {
  background: #C76637;
  position: relative;
  top: 0;
  left: 0;
}
.span-shadow span:nth-child(4):hover {
  box-shadow: 2px 2px white, 4px 4px #C76637;
  top: -4px;
  left: -4px;
}