body {
    background-image: linear-gradient(#a770ef, #cf8bf3, #fdb99b);
  }
  
  .icon {
    width: 35px;
    height: 35px;
  }
  .navbar-brand {
    padding: 10px;
    margin: 0 10px 0 10px;
  }
  
  #headerimg {
    width: 100%;
    /* height:100%; */
  }
  
  .container {
    display: flex;
    width: 50%;
    column-gap: 50px;
    margin: 0%;
  }
  
  .content-1 {
    float: left;
    width: 50%;
  }
  
  .content-2 {
    float: right;
  
    margin: auto;
  }
  
  .content-2 h1 {
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    font-size: 50px;
    text-align: center;
    background: -webkit-linear-gradient(
      rgb(183, 185, 24),
      rgb(190, 91, 186),
      rgb(90, 12, 105)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-decoration: darkviolet; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(97, 10, 119);
  }
  
  .content-2 p {
    margin-left: 10%;
  }
  
  .list {
    margin-left: 10%;
  }
  
  .content-2 h5 {
    margin-left: 10%;
  }
  
  .list li {
    list-style-type: none;
    padding-left: 2rem;
    background-image: url(images/list.png);
    background-position: 0 0;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
  }


  