.button-blue {
    height: 21px;
    width: 100px;
    background-color: #3b77ff; /* For browser that do not support gradients */
    background-image: linear-gradient(#3b77ff, #3b77ff, #1539ff, #1539ff);
    border-radius: 5px;
    border: 2px white solid;
    color: white;
    text-align: center;
    font-size: 12px;
    /* font-family: "Times New Roman", Times, serif; */
  }
