@font-face {
    font-family: "TX02";
    src: url("TX02.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

h1 {
    color: #ff7b00;
}

h2 {
    color: #ff6a00
}

strong {
    color: #ffffff;
}

a {
    color: #00ffbf;
}

code {
    font-family: "TX02";
    font-size: medium;
    padding: 0em !important;
}

table {
    border: #aaa;
    border-style: groove;
    border-width: 0.1em;
    text-align: left;
}

th {
    border: #000;
    border-bottom: groove;
    padding-right: 1em;
}

td {
    border: #000;
    border-style: groove;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-right: 1em;
}

tr:nth-child(even) {
    background-color: #222;
}


pre {
    border: none;
    padding: 0.5em;
}

blockquote {
    border: #ccc;
    font-size: medium;
    border-style: dashed;
    padding: 0.5em;
}

html {
    color: #ccc;
    font-size: medium;
    font-family: "TX02";
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #111;
}

body {
    width: 800px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.site-title {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-align: center;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.block {
    border: 1px dotted white;
    padding: 5px 15px;
    margin: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block h1 {
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
}

.small {
    font-size: 0.8em;
}

.wave {
    background: #111;
    color: #fff;
    text-shadow:
        1px 1px 10px #fff,
        1px 1px 10px #ccc;
}

footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer hr {
    width: 100%;
}