*{
    margin: 0;
    padding: 0;
    
}

body{
    background-image: url(./assets/bg.png);
    box-sizing: border-box;
}
.navbar{
    background-color: black;
    padding: 5px 5px;

}
img{
    display: flex;
    position:relative;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 80px;
}
.list{
    display:flex;
    color: white;
    margin-left: 250px;
    margin-top: -10px;
    border-left: 5px solid white;
}
.list-item{
    display:inline;
    list-style: none;
    margin-left: 100px;
    margin-top: -40px;
}
.button-small{
    display: flex;
    position: absolute;
    margin-left: 1100px;
    margin-top:-40px;
    padding: 7px 7px;
    width: 120px;
    justify-content: center;
    background-color: rgb(156, 63, 243);
    border: none;
    border-radius: 10px;
    color: white;
}
.hero-heading{
    display: flex;
    color: white;
    font-size: 50px;
    margin-left: 350px;
    margin-top: 110px;
}
.hero-description{
    display: flex;
    color: white;
    font-size: 20px;
    margin-left:380px ;
    margin-top:10px ;
}
.button-large{
    display: flex;
    width: 280px;
    margin-left: 450px;
    margin-top: 40px ;
    padding: 9px 9px;
    justify-content: center;
    color: white;
    font-size: 26px;
    background-color:rgb(156, 63, 243) ;
    border: none;
    border-radius: 10px;
}
