 body{
    height: 250vh;
 }
 .cont{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 50px;
  }
  
h1{
    display: inline-block;
    margin-left: 45%;
    text-align: center;
    font-family: Asap;
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    color: rgb(122, 117, 117);
}
h1:hover{
    font-size: 53px;
  color: #3061c2;
    transition: 0.5s;
}
.con{
    width: 350px;
    height: 440px;
    padding: 15px 5px;
    border-radius: 0.8rem;
    border: none;
    box-shadow: 4px 4px 10px 4px rgb(112, 112, 112);
}
.con h3{
    font-family: Asap;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #353634;
}
.con h3:hover{
    font-size:27px;
    transition: 0.5s;
}
.con h4{
   text-align: center;
   color: rgb(146, 133, 133);
    font-family: Asap;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.con h4:hover{
    font-size:20px;
    transition: 0.5s;
}
.con button{
    text-align: center;
    width: 100%;
    padding:7px 14px;
    background: linear-gradient(295.38deg, #bd00ff 15.53%, #0094ff 91.46%);
    border-radius: 0.3rem;
    border: none;
    color: #151515;
    font-size: 20px;
    font-family: Asap;
}
.main{
    display: flex;
    justify-content: space-evenly;
  padding-top: 100px;
}
.height{
     display: flex;
    justify-content: space-evenly;
  padding-top: 100px;
}