
article {
    position: relative;
}

header h1 {
    margin-top: 5px;
}

article ul {
    list-style: none;
    padding: 0 10px;
}

article ul > li::before {
    content: "- ";
}

table {
    width:100%;
}

section.about {
    text-align: right;
    color: lightgray;
}

section.about ul > li::before {
    content: "";
}
