@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');

*{
    font-family: 'Noto Sans Thai', sans-serif;
    /* box-sizing: border-box; */
}
.button{
    display: flex;
    flex-direction: column;
}
.paidcall{
    margin: 20px;
    padding-bottom: 20px;
    align-items: center;
}
.test{
    border-radius: 1px;
}