/* Global options */ * { text-align: center; font-family: monospace; } /* Table styles */ table, th, td { margin-left: auto; margin-right: auto; text-align: left; border-collapse: collapse; width: 70%; } th, td { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; } th { border-bottom: 1px solid black; } tr:nth-child(odd) { background-color: #dcdcdc; } /* Paragraphs and text */ p { font-size: 1.25em; } body { width: 80%; margin: 0 auto; background-color: #f5fffa; color: black; padding: 10px; } html { background-color: #696969; scroll-behavior: smooth; } /* Headings and footer */ h1, h2, h3, h4, h5, h6 { text-decoration: underline; } footer { background-color: #dcdcdc; border-radius: 10px; } footer p { padding: 10px; margin: 0px; font-size: 1em; }