.red-btn {
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #EB4334;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 0 2px #6b6b6b;
}