body {
    width: 55rem;
    margin: 0 auto;
    font-family: Courier New, courier;
    background: #000800;
    color: #04ff04;
}

h1 {
    font-size: 1rem;
    color: black;
    background: green;
    padding: 0 10px;
}

h1 a { color: black; }

h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
}

p {
    padding: 0 15px;
    text-indent: 2rem;
}

p.error {
    padding: 0;
    margin: 0;
    text-indent: 0;
    font-weight: bold;
    color: black;
    background-color: red;
}

ol {
    margin-left: 25px;
}

input {
    font-family: Courier New, courier;
    font-weight: bold;
    padding: 0.5rem 0.75rem;
    margin: 0.25rem;
    color: black;
    caret-color: black;
    background-color: #049904;
    border: #006900 solid 3px;
    border-radius: 3px;
    font-size: 1.05rem;
}

textarea {
    font-family: Courier New, courier;
    font-weight: bold;
    color: black;
    caret-color: black;
    background-color: #049904;
    border: #006900 solid 3px;
    border-radius: 3px;
    font-size: 1.05rem;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin: 1rem;
}

input[type="text"] {
    width: 95%;
}

input[type="submit"] {
    padding: 1rem 4rem;
    font-size: 1rem;
    border: 0.2rem solid green;
}

a {
    color: lightgreen;
    font-weight: bold;
}

.centering {
  text-align:center;
}

.footer {
    font-size: smaller;
    font-style: italic;
}

hr {
    padding: 0 15px;
    border-top: none;
    border-right: none;
    border-bottom: 0.2rem dashed white;
    border-left: none;
}

td {
    padding: 0 15px;
}
