body {
    margin:0;
    padding:0;
    height:100%;
    overflow: hidden;
    background-color: #384AB0;
}
.outer {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom:30px;   /* Height of the footer */
}
.inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Courier New', monospace;
    text-align: center;
}
.footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:30px;   /* Height of the footer */
    padding-left: 10px;
    font-family: 'Courier New', monospace;
    font-size: 10pt;
}
h1 a {
    font-size: 64pt;
    color: #000000;
    text-shadow: 7px 7px 1px #00FF00;
    margin: 0;
    outline: 0;
}
p {
    font-size: 24pt;
    color: #222;
    margin: 0;
}
.hidden {
    display: none;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}