    *,p {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .main-color {
        background-color: #111827;
    }

    .secondary-color {
        background-color: #1F2937;
    }

    .welcome-header {
        background: rgb(17,24,39);
        background: linear-gradient(335deg, rgba(17,24,39,1) 23%, rgba(31,41,55,1) 59%);
    }

    input, textarea{
        border: none !important;
        background-color: white !important;
    }
    .list-group-item{
        border: none;
        background-color: transparent !important;
        color: whitesmoke;
    }

    a{
        color: white;
    }

    html {
        scroll-behavior: smooth;
      }
      

      a{
        text-decoration: none;
      }