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