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

a[href],
button {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-flow: column;
}

button,
input {
  font-weight: inherit;
}

input {
  border-radius: 0;
}
