body {
    color: whitesmoke;
    font-weight: 800;
    background-image: url(matrix2.png);
    background-repeat: repeat-x;
    background-color: black;
    padding: 1em 3em;
}

h1 {
    font-size: 24pxm;
}

p,
li {
    font-size: 16px;
}

a:link,
a:visited {
    color: rgba(55, 255, 0, 0.842);
    font-size: 16px;

}