body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: #363636;
    background-image: url(/static/images/bg-stripe.png?id=20200521-0);
    background-position: 50%;
    background-size: 183.5px 181.5px;
}

header {
    padding: 20px;
    text-align: center;
    background-color: #eeeceb;
}

section {
    padding: 20px;
    padding-bottom: 40px;
    margin: 10px;
    background-color: #fff;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
}

figure {
    padding: 0;
    margin: 0;
    text-align: center;
}

figure img {
    border: 1px solid #eee;
}

p {
    max-width: 600px;
    margin: auto;
}

p:not(:first-child) {
    margin-top: 1rem;
}

p.has-text-centered {
    text-align: center;
}

em {
    margin-right: 0.25rem;
    margin-left: 0.15rem;
    font-weight: 700;
}

a.button {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    background-color: #0a0;
}

a.button:hover {
    background-color: #090;
}

a.button.is-rounded {
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 290486px;
}

footer {
    padding: 20px;
    padding-top: 12px;
    font-weight: 700;
    text-align: center;
}
