* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 2em;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 3em;
  max-width: 75ch;
}

a {
  color: #000;
  text-decoration: underline;
}