body{
    background-color: rgb(31, 31, 31);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5rem;
}
*{
    margin: auto;
}
h1{
    max-width: 30rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
h3{
    max-width: 30rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
ul{
    margin-top: 3rem;
    max-width: 30rem;
}
table{
    border-collapse: collapse;
    width: 30rem;
    margin-top: 3rem;
}
p{
    max-width: 30rem;
}
caption{
    max-width: 25rem;
    margin-bottom: 2rem;
    text-align: left;
}
tr{
    border-bottom: #fff 1px solid;
}
tr:nth-child(even){
    background-color: rgb(48, 48, 48);
}
th{
    text-align: left;
    /* border-bottom: #fff 1px solid; */
}
td{
    padding: .9rem;
    border-right: 1px solid #fff;
}