@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';
article 
{
    margin-top:50px;
    margin-left:30px;
    font-family: 'Kanit', Sans-Serif;
    font-size:larger;
    }
* {
  box-sizing: border-box;
}
h1
{
    color: #BF61A5;
    font-family: 'Prompt', Sans-Serif;
    
}
img
{
    max-width:100%;
    height:auto;
}
.buttom {
       font-family: 'Prompt', Sans-Serif;
       clear:both;
    }
.clear
{
    clear:left;
}
.left {
  float:left;
  margin-top: 10px;
  width:30%;
  padding:10px;
}
.right {
  float:left;
  margin-top: 15px;
  width:70%;
  padding:20px;
  text-align:left;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
    .left, .right 
    {
        margin-top:0px;
        padding:10px;
         width:100%;
  }
}