:root { font-size: 15px; }
* { font-family: sans-serif;
color: black;
background-color: white;
box-sizing: border-box;
overflow-x: hidden; }

h1 { font-size: 240%;
margin: 0% 0% 4% 0%; }
body { margin: 4% 20% 4% 4%; }

p { font-size: 18px; }