
article {
    position: relative;
}

section.images table {
    margin: 0 auto;
    background-color: white;
}

section.message {
    padding: 10px 30px;
    color: white;
}

section.message h1 {
    text-align: center;
    font-weight: 200;
    color: lightgray;
}

section.message ul {
    padding-left: 10px;
    list-style: none;
}

section.message li:before {
    content: '- '
}

p.signature {
    text-align: right;
}

section.about {
    color: lightgray;
}

section.about ul {
    list-style: none;
}
