body{
    font-family:Arial,sans-serif;
    background:#111;
    color:white;
    max-width:900px;
    margin:auto;
    padding:20px;
}

table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:40px;
}

th,td{
    padding:10px;
    border-bottom:1px solid #333;
}

th{
    text-align:left;
}

h2{
    margin-top:40px;
}