html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #212529;
    background: #f5f6f8;
}

button,
input {
    font: inherit;
}

a {
    color: #0d6efd;
}
