*{
    margin: 0;
    padding: 0;
}
.navbar-container img{
    display: flex;
    position: relative;
    width: 80px;
    height: 40px;
    margin-left: 150px;
    margin-top: 60px;
}
.list{
    display: flex;
    list-style: none;
    color:black;
    margin-left: 250px;
    margin-top: -45px;
}
li{
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
}
.button-group{
    display: flex;
    margin-left: 1150px;
    margin-top: -55px;
    
}
.nav-button{
    color: white;
    padding: 10px 10px;
    width: 100px;
    background-color: #6b5b95;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}
.heading-text{
    display: flex;
    color: #4040a1;
    font-size: 50px;
    margin-left: 150px;
    margin-top: 200px;
}
.description{
    display: flex;
    font-size: 15px;
    color: grey;
    margin-left: 155px;
    margin-top: 35px;
}
.nav-button{
    display: flex;
    margin-left: 150px;
    margin-top: 40px;
    width: 140px;
    padding: 18px 14px;
}
.banner-container img{
    display: flex;
    width: 700px;
    height: 700px;
    margin-left: 890px;
    margin-top: -510px;
}
li:hover{
    background-color: white;
    color: black;
    font-weight: bolder;
    transition: 0.3 ease-in-out;
    cursor: pointer;
    padding: 0;
}