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

body,
html {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

ul, ol {
  padding: 0;
  list-style: none;
}

