﻿body {
    margin: 0px;
    background-color: whitesmoke;
    color: #444;
}

.background {
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; 
}

.content {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

h1 {
    text-align: center;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 4.0em;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 2.0em;
    line-height: 2.0em;
}