.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/**{*/
/*    box-sizing: border-box;*/
/*    margin : 0 ;*/
/*    padding: 0 ;*/

/*}*/

/*@media (min-width: 1024px) {*/
/*    .container {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

li, a, button, #responseContainer, #debt, #soldDebt{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 900;
    font-style: normal;
    /*font-size: large;*/
    color: black;
    text-decoration: none;
    font-size: 25px;
}

/*header{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 30px 10%*/
/*}*/

.logo{
    height:70px;
    cursor: pointer;
}

/*.navLinks{*/
/*    list-style: none*/
/*}*/

/*.navLinks li{*/
/*    display:inline-block;*/
/*    padding: 0px 20px;*/

/*}*/

/*.navLinks a{*/
/*    transition: all 0.3s ease 0s;*/
/*}*/

/*.navLinks a:hover{*/
/*    color: cornflowerblue;*/
/*}*/

/*.navLinks a.active{*/
/*    color:dodgerblue;*/
/*}*/

/*button{*/
/*    padding: 9px 25px;*/
/*    background-color: lightskyblue;*/
/*    border: none;*/
/*    border-radius: 50px;*/
/*    cursor:pointer;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/

/*button:hover{*/
/*    background-color: rgba(135,206,250,0.8);*/
/*}*/

/*.navbar{*/
/*    background-color: lightyellow;*/
/*    height:90px;*/
/*}*/



.pp{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.mb-2, .pp2{
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#responseContainer{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*#addForm{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    !*align-content: left;*!*/
/*    !*justify-items: center;*!*/

/*}*/