*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100vh;
}

button {
    font-family: inherit;
}

a {
    color: inherit;
}
