  .contact-button {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 180px;
    /*background-color: #007bff;*/
    background-color: #FFC107;
    /*color: #fff;*/
    color:#000000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }
  
  .contact-button:hover {
    /*background-color: #0062cc;*/
    background-color: #E0A800;
  }
