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

html {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    line-height: 1.5;
}

body {
  background: #fff;
}