* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}
    
body {
    margin: 0;
}


html, body {
  height: 100%;
}

input, button, textarea, select {
  font: inherit;
}

