html, body {
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Verdana Verdana, Geneva, Tahoma, sans-serif;
}
