body{ background-color: pink; color: red; margin: 1em; } h1, h2{ margin: 1em; } h2{ color: fuchsia; } table{ table-layout: fixed; width: 100%; border-collapse: collapse; } table td{ padding: 1em 2em; } table td:first-of-type{ width: 100px; } table tr{ border-bottom: 20px solid white; } section#api{ margin: 6em 0; color: fuchsia; } section#api div.accesspoint{ margin: 0; padding: 1em; border-bottom: 20px solid yellow; }