html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  user-select: none;
}

.hidden {
  display: none
}
