body {
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-family: sans-serif;
  background: white;
}

.hidden {
  display: none;
}
