h1 {
  color: transparent;
  -webkit-background-clip: text; /* Edge, Chrome */
  background-clip: text; /* Safari, FF */
  
/* Pattern from https://www.magicpattern.design/tools/css-backgrounds */
  
  background-color: #e5e5f7;
  opacity: 0.8;
background-color: #246e40;
opacity: 0.8;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #246e40 10px ), repeating-linear-gradient( #174f2c55, #174f2c );
}

h2 {
	color: darkred;
	text-align: center;
}

body {
  font-family: 
    -apple-system, 
    system-ui, 
    Segoe UI, 
    Noto Sans, 
    Helvetica, 
    Arial, 
    sans-serif;
    background-color: black;
}

h1 {
  font-weight: 700; 
  font-size: 80px;
  text-align: center;
}
