body{
    background: #000000;
  }

li{
  font-style: 40px;
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-left: 0p;
  line-height: 32px;
}
a{
  color:#fff5f7 !important; 
}

.col{
  flex:1;
  width:50%;
}
@media screen and (max-width: 768px){
  .col{
    width: 100%;
    flex: auto;
  }
}

  .mainsection{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex; justify-content:center;
                   align-items:center;
    background-color: rgba(94, 89, 42, 0.703);
    }
  .navbar{
    transition: all, 1s;
  }
  .navbar-scrolled{
    background-color: #000000;
    box-shadow: 0 3px 10px rgb(64,64,64);
  }
<!--Warna Teks Navbar-->
  a {
    color: #5e5113 !important;
  }
<!--Shadow Navbar-->
  .navbar-toggler:focus{
    box-shadow: none;
  }



@font-face{
    font-family: 'Montserrat';
    src:url('font/Montserrat-Regular.ttf')  format('truetype');
}
div{
      font-family: Montserrat;
      font-size: 16px;
      color: #fff5f7;
}

@font-face{
    font-family: 'Underbold';
    src:url('font/Underbold.ttf')  format('truetype');
}


  @font-face{
  font-family: MontserratBold;
  src: url('font/Montserrat-Regular.ttf')  format('truetype');
  }

  h1{
    font-family: 'Underbold';
  font-size:80px; 
  } 
  h2{
    font-family: 'Underbold';
  font-size: 40px;
  }
  h2.judulkarya{
    font-family: 'Underbold';
  }

  .h3{
    font-family: Montserrat;
  } 
  .strong{
    font-family: Montserrat;
    color: #fff5f7;
  }

  .btn{
    border-radius: 50px;
    margin: 3px;
  }
  .btn-port{
    text-align:center ;
    border-radius: 50px;
    margin: 3px;
    width: 100%;
    height: 60px;
  }
  .a {
    color:#000000 !important;
  }

  .cards-wrapper{
    display: flex;
  }
  .card{
    margin: 10px;
    width: calc(100%/3)
  }
  .card-body{
    background-color: black;
  }
  .img-fluid-software{
    height: 50px;
    width: auto;
  }

  .input{
    width: 100%;
  }
  .textarea{
    width: 100%;
  }

  .footer{
  background-color:#503c11;
  }