.main{
    text-align: center;
    
}
.title{
color: rgb(86, 86, 142);
font-size: 40px;
font-weight: bold;
}
.el1{
width: 80px;

}
.btn{
    width: 55px;
    height: 26px;
    background: linear-gradient(320deg , #8184eb , #babbef);
    margin: auto;
    border-radius: 19px;
text-align: right;
}
.dire{
width: 22px;
height: 22px;
border-radius: 100%;
display: inline-block;
background-color: white;
margin: 2px 2px 0px 0px;
}
.price{
    width: 200px;    
    background-color: white;
    border-radius: 5px;
    margin: auto;
    padding: 18px;
    box-shadow: 0px 0px 24px 0px rgb(218, 218, 224);
    display: inline-block;
}

.price1{
    width: 200px;    
    background-color: white;
    border-radius: 5px;
    margin: auto;
    padding: 18px;
    box-shadow: 0px 0px 24px 0px rgb(218, 218, 224);
    display: inline-block;
    transform: scale(1.1);
    padding-top: 30px;
    padding-bottom: 30px;
        background: linear-gradient(320deg , #6d72ee , #bcbdee);
}
.p{
    color: rgb(122, 122, 125);
    font-size: 23px;
}

.p1{
    color: rgb(249, 249, 251);
    font-size: 23px;
}
.btn1{
    font-size: 25px;
    width: 100%;
    background: linear-gradient(320deg , #8184eb , #babbef);
    padding: 10px;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}


.btn2{
    font-size: 25px;
    width: 100%;
    background: white;
    padding: 10px;
    border: none;
    color: #989bed;
    border-radius: 5px;
    cursor: pointer;
}