
main table {
    width: 100%;
    border-collapse: collapse;
}

main table th {
    text-align: left;
    font-size: 1.5em;
}

main table tr:nth-child(even) td {
    background-color: #333;
    
}