




/* dashboard decorations */


  a[class = "dashboard-card"]{
    text-decoration: inherit;

  }






  
  .ghacos-button{
    border: 3px groove #359696;
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 15px;
  }
  .ghacos-button:hover{
    text-decoration:none;
    border: 3px groove white;
  }
  .terms{
    border:none;
  }
