*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #2B2922;
}
.bg{
    display: flex;
    position:absolute;
    margin-left: 25px;
    margin-top: 390px;
    width: 1550px;
    height: 350px;
    
}
.navbar img{
    display: flex;
    position: relative;
    margin-left: 140px;
    margin-top: 40px;
    width: 70px;
    height: 50px;
}
.list{
    display: flex;
    position: relative;
    margin-left: 700px;
    margin-top: -30px;
}
.list-item{
    list-style: none;
    margin-left: 45px;
    color: grey;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: lighter;
}
.button-small{
    display: flex;
    position: absolute;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 1400px;
    margin-top: -25px;
    padding: 10px 10px;
    width: 140px;
    justify-content: center;
    border-radius: 6px;
    background-color: #2B2922;
    color: #7C7030;
    border: 2px solid #7C7030;
}
.heading-left{
    display: flex;
    position: relative;
    margin-left:140px ;
    margin-top: 140px;
    color: white;
    font-size: 35px;
}
.heading-right{
    display: flex;
    position:absolute;
    margin-left: 950px;
    margin-top: -140px;
    color: gray;
    font-weight: light;
    font-family: sans-serif;
    font-size: 18px;
}