/* You can add global styles to this file, and also import other style files */ * { box-sizing: border-box; } html, body { margin: 0; height: 100%; } body { font-family: sans-serif; } input { font-size: 14pt; } button, .button { font-size: 14pt; }