*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  background-color: #eee;
}
