body { 
    background-color: #e4a607;
    background-image: linear-gradient(180deg, #2bbe0e 20%, #e4a607 100%);
   }
  
  
  /* center the blockquote in the page */
  .blockquote-wrapper {
    display: flex;
    padding-left: 180px;
    margin: 30px;
  }
  
  /* Blockquote main style */
  .blockquote {
    position: relative;
    font-family: 'PMingLiU', 'MingLiU', 'STHeiti', sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    /*margin: auto;*/
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
  }
  
  /* Blockquote header */
  .blockquote h1 {
      position: relative;
      color: #000000;
      font-size: 25px;
      font-weight: 600;
      line-height: 1.5;
      margin: 0;
  }
  
  /* Blockquote right double quotes */
  .blockquote:after {
      position: absolute;
      content: "”";
      color: rgba(255, 255, 255, 1);
      font-size: 10rem;
      line-height: 0;
      bottom: -43px;
      right: 0px;
  }
  
  /* Blockquote subheader */
  .blockquote h4 {
      position: relative;
      color: #353535;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1;
      margin: 0;
      padding-top: 20px;
      z-index: 1;
  }

  
/* menu bar */

.floating-menu {
    font-family: sans-serif;
    padding: 5px;
    width: 300px;
    z-index: 100;
    position: fixed;
  }

/* title */
.title1 {
    font-size: 50px;
    font-weight: 600;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-image: linear-gradient(to left, #4400ff, #d400ff);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 0px;
    margin: 0px;
    text-shadow: 0.2em 0.2em 0.7em rgb(255, 255, 255);
  }

  .title2 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'sans-serif';
    background-image: linear-gradient(to left, #4400ff, #d400ff);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 0px;
    margin: 0px;
    text-shadow: 0.2em 0.2em 0.7em rgb(255, 255, 255);
  }

/* button */

  .button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: 'PMingLiU', 'MingLiU', 'STHeiti', sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

.button-78:before,
.button-78:after {
    border-radius: 80px;
}

.button-78:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-78:after {
    background-color: initial;
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-78:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.button-78:active:not(:disabled) {
    color: #ccc;
}

.button-78:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-78:disabled {
    cursor: default;
    opacity: .24;
}