@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';
article 
{
    margin-top:20px;
    font-family: 'Kanit', Sans-Serif;
    font-size:large;
}
* {
  box-sizing: border-box;
}
a, a:visited
{
    text-decoration:none;
    color:#BF61A5;
}
a:hover 
{
    font-weight:bold;
}
h1
{
    color: #BF61A5;
    font-family: 'Prompt', Sans-Serif;
    text-align:center;
    font-size:3vw;
}
.buttom 
{
    font-family: 'Prompt', Sans-Serif;
    clear:both;
}
.clear
{
    clear:left;
}
.column
{
    padding:5px 0px 5px 0px;
    float:left;
    width:50%;
}
.title
{
    height:50px;
    padding:0px 5px 0px 5px;
}

@media screen and (max-width:800px) {
  /* For mobile phones: */
h1
{
    color: #BF61A5;
    font-family: 'Prompt', Sans-Serif;
    text-align:center;
    font-size:5vw;
}
.column
{
    margin-top:0px;
    padding:5px 0 5px 0;
    width:100%;
}
}