@font-face {
  font-family:isocpeur;
  src:url(/isocpeur.eot);
  src:url(/isocpeur.eot?#iefix) format("embedded-opentype"),
  url(/isocpeur.woff2) format("woff2"),
  url(/isocpeur.woff) format("woff"),
  url(/isocpeur.ttf) format("truetype");
  font-weight:400;
  font-style:normal
}

h1,
h2,
h3,
h4,
h5 {
    color: #ddd;
    font-family: isocpeur;
}

h1 {
    text-align: center;
}

b,
strong {
    color: #fff;
}

a {
    color: #eee;
}

html {
    color: #ccc;
    font-family: Lucida Console, Monaco, monospace;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #000;
    height: 100vh;
    overflow-x: hidden;
    line-height: 2em;
}

body {
    max-width: 800px;
    width: 100%;
    min-height: 100vh;
    padding: 15px;
    display: flex;
    flex-direction: column;

    @media screen and (min-width: 60em) {
        padding-left: 150px;
        padding-right: 150px;
    }
}

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

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

section {
    padding-top: 20px;
    margin-bottom: 20px;
}

pre {
    overflow-x: scroll;
}

img {
    max-width: 100vw;
}

figure {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
        max-width: 100%;
    }

    figcaption {
        text-align: center;
    }
}

.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;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer hr {
    width: 100%;
}
