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

p {
  font-family: Inter, sans-serif;
  font-size: 16px;
}
