html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    sans-serif;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  } */
