body {
    font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic", "Avant Garde", Futura, sans-serif;
    font-size: 12pt;
    background-color: #303030;
    color: white;
    margin: 0px;
    counter-reset: figcounter;
}

figcaption {
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 8px;
}

figcaption:before {
    content: "Figure " counter(figcounter) ": ";
    counter-increment: figcounter;
}

.paper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
    width: 1024px;
    background-color: #ffffff;
}

.head-outer {
    max-width: 100%;
    margin: 24px;
}

.head-inner {
    width: 100%;
    padding-bottom: 40%;
    background-image: url(/images/earthbuzz-header.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.text-block {
    background-color: white;
    color: black;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
    border-radius: 12px;
    resize: horizontal;
    max-width: 100%;
}

.logo {
    width: 50%;
    width: 30%;
}

.screenshot {
    width: 100%;
    height: 78%;
}

.octahedron-1 {
    margin: 12px;
    width: 71%;
    height: 71%;
}

.octahedron-2 {
    width: 100%;
    height: 56.25%;
}

.architecture-1 {
    width: 80%;
    height: 80%;
}

.error {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error {
    display: block;
    margin: 44px;
    text-align: left;
}
