html {
  background-color: rgb(68, 68, 68);
  color:white;
}

body  {
  font-size: 20pt;
  background-color: black;
  width: 1000px;
  padding: 50px 50px;
  margin:auto auto;
}

h1 {
  color:white;
  text-align: center;
  font-size:20pt;
}

p,
ul {
  line-height:2;
  padding: 0px 10px 0px 50px;
  gap: 20px;
  list-style: none;
}

li{
  line-height: 2;
}

span {
  font-style: italic;
}

footer {
  font-size: small;
  color: black;
  background-color: rgb(60, 78, 47);
}

a {
  color: yellow;
  font-style:oblique;
}