main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin: 0 auto;
  padding-top: 5vh;
}

body {
  background-color: #1a1a1a;
}

h1 {
  color: #d3d3d3;
  margin: 0;
}

h2 {
  color: #d3d3d3;
  margin-bottom: 0;
}

p {
  color: #d3d3d3;
  font-size: large;
  margin-bottom: 0;
  line-height: 1.5;
}

li {
  color: #d3d3d3;
  font-size: large;
  margin-bottom: 0.5em;
}

a {
  color: #d3d3d3;
}

sub {
  font-size: large;
  margin-top: 1vh;
  color: #999999;
}

