* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 15.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'DejaVu Sans';
  src: url('/~ngsaran/fonts/dejavu-sans-webfont.woff2') format('woff2'),
     url('/~ngsaran/dejavu-sans-webfont.woff') format('woff');
}

body {
    font-family: DejaVu Sans;
}