*{
    padding: 0;
    margin: 0;
}
nav img{
    display: flex;
    margin-left: 190px;
    margin-top: 50px;
    width: 100px;
    height: 100px;
}
.nav-items{
    display: flex;
    margin-left: 550px;
    margin-top: -50px;
}
.nav-item{
    margin-left: 70px;
    color: rgb(6, 6, 153);
}
.signin-btn{
    display: flex;
    margin-left: 1350px;
    margin-top: -10px;
    padding: 3px;
    border-radius: 8px;
    border: none;
    color: white;
    background: linear-gradient(-60deg, rgb(236, 154, 168) 50%, rgb(244, 85, 244) 30%);
}
.left-section h1{
    display: flex;
    margin-left: 200px;
    margin-top: 150px;
    font-size: 55px;
    color:rgb(8, 8, 95);
}
.left-section h4{
    display: flex;
    margin-left: 200px;
    margin-top: 40px;
    color: grey;
    font-size: normal;
    font-weight: normal;
}
.learn-more-btn{
    display: flex;
    margin-left: 230px;
    margin-top: 50px;
    padding: 10px 8px;
    width: 170px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: none;
    background:linear-gradient(60deg, rgb(150, 92, 242) 50%,  rgb(255, 193, 220)30% );
    color: white;
    font-size: 20px;
}
.vector-img{
    display: flex;
    margin-left: 750px;
}
.bg-img{
    display: flex;
    position: absolute;
    width: 1000px;
    height: 900px;
    margin-left: 600px;
    margin-top: -700px;
    z-index: -2;
    }