body{
    text-align: center;
    font-family: "Kanit", sans-serif;
    background-color: #f7f7fe;
  
}
.t1{
   color: #6f708d; 
   font-size: 16px;
   font-weight: 45px;
}
.ell1{
    width: 35px;
    height: 19px;
    margin: auto;
    border-radius: 20px;
    background: linear-gradient(320deg,#8386e7,#b3b5f0);
    text-align: right;
}
.d1{
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
    display: inline-block;
    margin: 2px 2px 0px 0px;
    
}
.p2{
 font-size: 24px;
 color: #494b60; 
 
}
.pr1{
    background-color: white;
    width: 200px;
    padding: 18px;
    border-radius: 5px;
    box-shadow:0px 0px 24px 0px #dfe1f7;
    display: inline-block;

}
.hr{
    border: none;
    border-top: 1px solid #d6d6d6;

}
.cc{
    color: #777883;
    font-size: small;
}
.button{
   width: 100%;
  background: linear-gradient(305deg ,#4b4fb9,#9ba0e6);
  border: none;
  padding: 7px;
  font-size: 10px;
  color: white;
  border-radius: 5px;
   
}
.pr3{
   width: 200px;
    color: white;
    transform: scale(1.2);
    background: linear-gradient(318deg,#5e62ca,#9fa2ea);
    width: 200px;
    padding: 18px;
    border-radius: 5px;
    box-shadow:0px 0px 24px 0px #dfe1f7;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.button2{
    width: 100%;
   background: white;
   border: none;
   padding: 7px;
   font-size: 10px;
   font-weight: bold;
   color: #5a5ecd;
   border-radius: 5px;
    
 }