body {
    background-color: white;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
}

#gcp3-header {
    color: darkgray;
    background-color: lightgray;
    border-bottom: darkgray solid 1px;
}

#gcp3-header a {
    color: inherit;
    text-decoration: none;
}

#gcp3-header a:hover {
    text-decoration: underline;
}

#gcp3-footer {
    color: darkgray;
    background-color: black;
    text-align: center;
}

#gcp3-footer a {
    color: inherit;
    text-decoration: none;
}

#gcp3-header h1 {
    padding: 0.2rem;
    margin: 0px;
}

#gcp3-body {
    margin: 1rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    justify-content: center;
}

#gcp3-body .gcp3-column {
    padding-left: 1rem;
    padding-right: 1rem;
}

#gcp3-body #gcp3-column-center {
    border-left: darkgray dotted 1px;
    border-right: darkgray dotted 1px;
}

#gcp3-body .gcp3-column h2 {
    text-align: center;
    margin-top: 1rem;
}

#gcp3-column-center h2 {
    margin-top: 0px !important;
}

#gcp3-whatitmeans {
    display: grid;
    grid-auto-flow: row;
}

.gcp3-whatitmeans-entry {
    display: grid;
    justify-content: start;
    grid-auto-flow: column;
    margin-bottom: 1rem;
}

.gcp3-whatitmeans-desc {
    margin-left: 1rem;
}

#gcp3-mr {
    image-rendering: pixelated;
    width: 128px;
    height: 128px;
    display: block;
    margin: auto;
}

#gcp3-mr-small {
    image-rendering: pixelated;
    width: 48px;
    height: 48px;
}
