*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    
}
body{
    height: 130vh;
}
.landing{
    min-height:calc( 80vh - 72px);
    
}
.img-fluid{
    width: 300px ;
    height: 400px;
    margin-top: -55px;
}
.image{
    background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
    width: 370px;
    height: 347px;
    border-radius: 40px;
}
.title{
        background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
        color: white;
        border-radius: 10px;
        width: 270px;
        font-size: 14px;
    
}
.title-text{
    font-size: 27px;
}.pop{
    font-size: 60px;
     background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.main-btn{
    padding: 0.7rem 3rem;
}
.About{
    min-height: 70vh;
}
.lol{
     background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uu{
    font-weight: 300;
    font-size: 20px;
}
.gg{
    font-size: 60px;
}
.oo{
    font-size: 18px;
}