@font-face { font-family:'Binchotan';src:url('fonts/binchotan.woff'); }
@font-face { font-family:'Strassburg Fraktur';src:url('fonts/strassburg-fraktur.woff'); }

html {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: #000000;
    color: #ddd;
    font-family: "Nimbus Sans", 'Binchotan', monospace;
    font-size: 32px;
}

main {
    width: 800px;
}

html ::selection {
    background-color: #ddd;
    color: #000;
}

a {
    color: #eeeeff;
    text-decoration: underline #eeeeff solid 2px;
}

a:hover {
    color: #000000;
    background-color: #eeeeff;
    text-decoration: underline #eeeeff solid 2px;
}

h1 {
    color: #fff;
    font-size: 204px;
    line-height: 96px;
    margin-bottom: 64px;
    font-family: 'Strassburg Fraktur', serif;
    font-weight: normal;
    text-align: center;
}

h2 {
    margin-top: 52px;
    color: #fff;
    font-size: 32px;
    font-family: "Nimbus Sans", 'Binchotan', monospace;
    text-align: left;
    padding-left: 32px;
    border-bottom: 2px solid #ddd;
}

h3 {
    margin: auto;
    margin-top: 52px;
    color: #fff;
    font-size: 32px;
    font-family: "Nimbus Sans", 'Binchotan', monospace;
    text-align: center;
    border-bottom: 2px solid #ddd;
    width: 200px;
}

strong, em {
    color: #eaea00;
}

img {
    border: 2px solid #ffffff;
    max-height: 1024px;
}