body {
    background-color: #71C9CE;
    font-size: 20px;
    font-family:'Ubuntu';
}


@font-face {
    font-family: 'Ubuntu';
    src: url(Ubuntu-Medium.ttf);
}
@font-face {
    font-family: 'Kanit';
    src: url(Kanit-Medium.ttf);
}

.div_price {
    margin: auto;
    margin-top: 102px;
    text-align: center;
}

.div_trun {
    display: inline-flex;
    margin-top: 20px;
}

.truning_back {
    width: 43px;
    height: 22px;
    background: linear-gradient(103deg, #E3FDFD, #CBF1F5);
    margin: auto;
    border-radius: 16px;
    text-align: right;
}

.truning_circle {
    float: right;
    display: block;
    margin-top: 3px;
    margin-right: 2px;
    background-color: white;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}
 
.card, .card2 {
    width: 200px;
    background-color: #cef1f5;
    margin: auto;
    margin-top: 20px;
    border-radius: 13px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 15px 0px #00000026;
    display: inline-block;

}

.card2{
    background: linear-gradient(129deg, #c3ffff, #4ed2de);
    transform: scale(1.1);
    margin: 2px;
}

button , .btn2 {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 30px;
    box-shadow: 0px 0px 15px 0px #00000026
}

hr {
    border: none;
    border-top: 1px solid #00000024;
}

span{
    font-family: 'Kanit';
    font-size: 40px;
}