header {
}

body {
    background: white;
    font-family: "Long Island", Georgia, Times, serif;
    margin: 25px;
}

div.header {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.header.h1 {
    size: small;
}

.subtitle {
    text-align: center;
    color: purple;
}

.subsubtitle {
    text-align: center;
    color: darkgreen;
}

section.call {
    font-family: "Lucida Console", Courier, monospace;
    font-weight: bold;
    margin-top: 1em ;
    margin-bottom: 2em ;
}

section.intro {
    column-count: 2;
    font-family: "Lucida Console", Courier, monospace;
    font-weight: bold;
    margin-top: 1em ;
    margin-bottom: 2em ;
}

div.caption {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    margin-top: 1em ;
    margin-bottom: 2em ;
}

div.gwa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    // text-align: center;
}

section.main-text {
    column-count: 2;
    font-family: "Lucida Console", Courier, monospace;
    font-weight: bold;
    margin-top: 1em ;
    margin-bottom: 2em ;
}

footer {
    font-size: small;
}

canvas {
    padding: 0;
    margin: auto;
    display: block;
    width: 400px;
}

.buttons {
    padding: 0;
    // margin: auto;
    // display: block;
    text-align: center;
}

.editbutton {
    float: right;
    text-align: right;
    background-color: lightgrey;
    border: 2px solid #4CAF50;
    border-radius: 12px;
    color: black;
    padding: 5px 32px;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.example {
    color: darkblue;
}

.src {
    color: darkgreen;
    font-size: x-large;
}
