body {
font-family: "Kanit", sans-serif;
background: #eee;
padding-left: auto;
padding-right: auto;
}

div.homepage {
    width: 1200;
}

div.homepage_item {
    display:flex;
    justify-content: space-around;
    align-content: space-around;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
}

div.homepage_item a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 4em;
}

@media screen and (min-width: 25em){
    html { font-size: calc( 10px + (24 - 16) * (50vw - 400px) / (800 - 400) ); }
}