#custom-button-container {
    text-align: center;
    position: relative;
    margin: 25px 15px;
  }
  
  .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(87,168,220);
    background: linear-gradient(90deg, rgba(87,168,220,1) 0%, rgba(226,0,122,1) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "Amiko", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.4); 
    box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.4);
  }
