div.upper
{
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: blueviolet;
}

p.header
{
    font-family: 'Courier New', Courier, monospace;
    color: crimson;
    text-align: center;
}