body{ background-color: slategrey; } h1{ color: azure; text-align: center; font-family: Arial, serif; font-size: 30px; } h2{ color: azure; text-align: center; font-family: Arial, serif; font-size: 25px; } h3{ color: azure; text-align: center; font-family: Arial, serif; font-size: 20px; font-weight: bold; } h4{ color: azure; text-align: center; font-family: Arial, serif; font-size: 20px; font-weight: bold; font-style: italic; } p, ul{ font-family: Arial, serif; font-size: 20px; color: white; text-align: center; } table{ color: aliceblue; font-family: Arial, serif; font-size: 15px; text-align: center; } th{ font-size: 20px; text-align: center; } footer p{ font-size: 10px; text-align: center; } .wrapper{ height: auto; display: flex; align-items: center; justify-content: center; } code{ color: azure; } td, th{ border: 1px solid azure; } table{ border-spacing: 0; } .table{ margin-left: auto; margin-right: auto; width: 8em; }