body {
    background: #fff;
    color: #333;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
}

.titletext {
    font-size: 24px;
/*    text-shadow: 2px 2px 12px #636363; */
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

h2 {
    padding-top: 20px;
    text-align: center;
}

p {
    border: 1px solid #666;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
