* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Onest', arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
