@font-face {
    font-family: tewi;
    src: url('/fonts/tewi.woff2') format('woff2'),
         url('/fonts/tewi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: tewi, 'Courier New', monospace;
    color: #00ffcc;
    background-image: url('/assets/imgs/black-thread.png');
    background-repeat: repeat;
    background-color: #000;
}

.centered {
    text-align: center;
}

.underlined {
    text-decoration: underline;
}

a {
    color: yellow;
    text-decoration: underline;
}

.container {
    border: 2px dashed #00ffcc;
    padding: 1em;
    margin: 2em auto;
    width: 70%;
    background-color: rgba(0,0,0,0.8);
}