h2, h1, p, ul, li {
    margin-left: 20%;
    margin-right: 20%;
}
body {
    background-color: black;
}
h2, h1, p, li{
    color: aliceblue;
}
