:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.hero {
  padding: 16px;
}

h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: inherit;
  text-align: left;
}

a {
  color: #0000ee;
}
