body {
  
  margin: 0;
  background-color: #2c2c2c;
  /*background: linear-gradient(to top, lightgray 10%, #2c2c2c 90%);*/
  height: 100vh;
  font-size: 16px;
  line-height: 1.5;

}

h1, h2, h3, h4, h5 {
  color:lightgray;
  font-family: Arial, sans-serif;
}


code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


p {
  margin-bottom: 1.2em;
}
