body {
    background-color:#336699;
}

h1 {
    text-shadow: 4px 4px 0px #000;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 65px
}

h1 a {
    color: blue;
}

.warning {
    color: red;
}

.info {
    color: yellow;
}

.blackboard {
    margin-right: 65px;
}

.blackboard img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.stamp {
    margin-left: 65px;
}

.stamp img {
    float: left;
}

.pi {
    font-size: 200pt;
    width: 100%;
    text-align: right;
    position: fixed;
    bottom: 0;
    text-shadow: 4px 4px 0px #000;
    pointer-events: none;
    color: #003366;
}

#footer {
    position: fixed; 
    bottom: 0; 
    padding-bottom: 10px;
    text-shadow: 4px 4px 0px #000;
}