@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

html, body {
  background-image: none, linear-gradient(180deg, #2a2a2a 0%, rgb(0, 0, 0) 100%);
  background-position: center, left top;
  background-repeat: repeat, no-repeat;
  background-size: cover, 100% 15em;
  background-color: black;
  min-height: 100%;
}
body {
  color: white;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 24px;
}
article p {
  margin-bottom: 16px;
}