* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: Roboto, corbel, sans-serif;
    background-color: #f5f8fa;
}

section {
    background-color: #fff;
    padding: 10px;
    margin: 20px 0;
    box-shadow: 0 0 10px #ccc;
}

section.primary {
    box-shadow: 0 0 40px #b5b5b5;
}

section.shy {
    background: none;
    box-shadow: none;
}

h1 {
    font-size: 400%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poiret One';
    font-weight: normal;
}

h1, h2, h3 {
    text-align: center;
}

pre {
    background-color: #eee;
    font-family: "Roboto Mono", monospace;
    padding: 10px;
    white-space: pre-line;
}

.wrapper {
    width: 75%;
    margin: 0 auto;
}

p {
    text-align: justify;
}

.text-center, .text-center p {
    text-align: center;
}

.signature {
    margin: 30px 0;
    text-align: center;
    color: #808080;
}

.signature a {
    color: #2d2d2d;
}
