h1 {
    font-size: 1.4rem;
    color: green;
}

h2 {
    font-size: 1.2rem;
    color: green;
}

ul {
    list-style-type: none;
}

td {
    width: 14em;
}  
