body {
    background:WHITE ;
    width: 800px;
    margin: auto;
    font-family: "Courier New", Courier, monospace;
    margin-bottom: 100px;
}
h1, h2, h3, h4, h5, h6 {
    color: #8f8f8f;
    text-transform: capitalize;
    font-family: "Courier New", Courier, monospace;
    line-height: 2.5em;
}
h2 {
    font-size: 2em;
}
h1 {
    text-align: center;
    font-size: 3.5em;
    line-height: 1.3em;
}
img {
    text-align: center;
}
ol, ul {
    padding-left: 1em;
    list-style-position: inside
}
li {
    padding-left: 0.5em;
    margin-left: 0em;
    margin-bottom: 1.5em;
    list-style-position: outside;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even){
    background-color: #f2f2f2
}
a {
    text-decoration: none;
    color: #5294e2;
}
a:hover {
    text-decoration: underline;
}
a.php {
    text-align: right;
}
strong {
  font-weight: bold;
}
p.bottom-text {
    text-align: right;
    font-size: 0.8em;
    margin-top: 7em;
    color: #8f8f8f
}
