@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';
article 
{
    margin-top:30px;
    margin-left:20px;
    font-family: 'Kanit', Sans-Serif;
    font-size:larger;
    padding:20px;
    }
* {
  box-sizing: border-box;
}
h1
{
    color: #BF61A5;
    font-family: 'Prompt', Sans-Serif;
}
h2,h3 
{
    color:Blue;
  font-family: 'Prompt', Sans-Serif;
}
.buttom {
       font-family: 'Prompt', Sans-Serif;
       clear:both;
    }
.clear
{
    clear:left;
}
