.css-button-3d--sky {
    min-width: 130px;
    height: 30px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #3a86ff;
    box-shadow: 0 5px #4433ff;
  }
  .css-button-3d--sky:hover {
    box-shadow: 0 3px #4433ff;
    top: 1px;
  }
  .css-button-3d--sky:active {
    box-shadow: 0 0 #4433ff;
    top: 5px;
  }