body {
    background-color: rgb(184, 184, 184);
    color: rgb(0, 0, 0);
    /* padding-left: 5pt; */
    /* padding-right: 5pt; */
}

h1 {
    color: rgb(184, 184, 184);
    text-align: center;
    background-color: rgb(0, 0, 0);
    /* font-size: xx-large; */
}

p {
    /* color: rgb(184, 184, 184); */
    text-align: left;
    /* font-size: small; */
}

a {
    text-decoration: none;
    color: rgb(184, 184, 184);
    /* font-size: small; */
    background-color: rgb(0, 0, 0);
}

/* li {
    font-size: small;
} */