* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #fff;
  color: #111;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
}

main {
  margin: 0 auto;
  max-width: 42rem;
  width: 100%;
}

h1 {
  font-size: clamp(1.75rem, 5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  overflow-wrap: anywhere;
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  overflow-wrap: anywhere;
}

a {
  color: #e31837;
  font-weight: 700;
  text-decoration: underline;
}

a:focus-visible {
  outline: 0.2rem solid #e31837;
  outline-offset: 0.25rem;
}
