
  /* .button10 {
    display: inline-block;
    background: linear-gradient(to right, #00bfff 0%, #7fffd4 45%, #fffacd 100%);
    background-size: 200% auto;  
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
  }
  .button10:hover {
    color: #fff;
    background-position: right center;
  } */

    .button10 {
      width:150px;
      font-size:24px;
      /*font-weight:bold;*/
      border: white 2px solid;
      background-color: #EAFFFF;
      color: rgb(54, 54, 54);
      box-shadow: 0 1px 8px 1px rgba(48, 131, 114, 0.5);
      border-radius: 8px;
      margin-top: 10px;
      transition: transform .2s;
      &:active{
        transform: scale(.95);
      }
    }

    .button11 {
      width:250px;
      font-size:16px;
      border: white 2px solid;
      background-color: #a6a6a6;
      color: white;
      box-shadow: 0 1px 8px 1px rgba(54, 54, 54, 0.5);
      border-radius: 8px;
      margin-top: 10px;
      transition: transform .2s;
      &:active{
        transform: scale(.95);
      }
    }