html {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  height: auto; }

textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.y-center {
  display: flex;
  height: inherit;
  align-items: center; }

.x-center {
  display: flex;
  height: inherit;
  justify-content: center; }

.center {
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: center; }

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.wrap {
  word-break: break-word;
  overflow-wrap: anywhere; }
