body {
    margin: 0px;
    background-color: rgb(245, 245, 255);
    color: #0f1a1a;
    font-family: Tahoma;
}

.branding {
    width: auto;
    margin-top: -5px;
}

.branding_highlight {
    background-color: #e357ff;
    height: 20px;
    rotate: -0.23deg;
}

.branding_main {
    background-color: #9d0eb9;
    height: 8px;
    margin-top: -2px;
    rotate: -0.25deg;
}

.branding_shadow {
    background-color: #6c0481;
    height: 6px;
    margin-top: -2px;
    rotate: -0.2deg;
}

header {
}

header > h1 {
    font-size: 30px;
    color: #9d0eb9;
}

header > h1 > a {
    color: inherit;
}

header > h1 > a:link {
    text-decoration: none;
}

header > h1 > a:visited {
    text-decoration: none;
}

header > h1 > a:hover {
    color: #bf1fdf;
}

main {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

h1 {
    text-align: center;
}

p {
    margin-bottom: 1.5em;
}

.subtitle {
    text-align: center;
    opacity: 90%;
}

.main-content {
    min-height: 600px;
}

footer {
    max-width: 500px;
    margin: auto;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 90%;
}