.btn-secondary {
    color: #fff;
    background-color: #005374;
    border-color: #6c757d;
    width: 180px;
    padding: 10px;
}

.mainheading{
      font-size: 42px;
    line-height: 1.0;
  text-align:center;
    font-family: 'gilroy', sans-serif;
    color: linear-gradient(red, yellow);
    background: linear-gradient(to top, #005376, #aec3cb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;"
}





