﻿html, body {
  padding: 3px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
