  .button {
    background-color: #DB6C28;
    /* Green */
    border: none;
    /*border-radius: 6px;*/
    color: #ffffff;
    padding: 17px 37px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    /*margin: 20px 2px 4px 2px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;

  }


/*a:link, a:visited {
  background-color: #DB6C28;
  color: white;
  padding: 14px 35px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  /*display: flex;justify-content: center;align-items: center;*/
  width: 50%;

}

a:hover, a:active {
  background-color: #DB6C28;
}*/


  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;

  }


  /* end equal height containers */

  .button2:hover {
    box-shadow: 0 12px 16px 0 rgba(255, 207, 1, 0.45), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }




a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #000000;
}
