/* Global styles for the website */

* {
  margin: 0;
  box-sizing: border-box;
  line-height: 125%;
  font-family: Arial, Helvetica, sans-serif;
}
