* { box-sizing: border-box; }
html { font-size: 62.5%; } /* makes 1rem 10px */

.radial-gradient{
  background: radial-gradient(circle closest-side at center, pink, red, black, gray 25%, black);
	/*background-repeat: no-repeat;*/
  height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
  line-height: 1.3;
  color: #292929;
}
/* headings */
h1 { font-size: 3rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
h6 { font-size: 1.4rem; }

#title {
  color: white;
}