.home img {
    max-width: 25%;
    min-width: 200px;
    height: auto;
}

.site-title {
}

.outer {
    margin-top: 3em;
}

.outer a:link, .outer a:visited, .outer a:hover, .outer a:active {
    color: #58A;
    text-decoration: none
}

.inner {
    background: #fafaff;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}

body {
    margin: 0;
    line-height: 1.5em;
    color: #333333;
    font-family: helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-align: center;
}

h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 10em;
    line-height: 1.2em;
}
h2 {
    font-size: 5em;
}
h3 {
    font-size: 3em;
}
p {
    font-size: 2em;
    line-height: 1.2em;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
}
.center {
    text-align: center;
}
ul {
    font-size: 2em;
    line-height: 1.2em;
    text-align: justify;
    padding-left: 2em;
    padding-right: 2em;
}

.alert {
    color: #f00;
    font-weight: bold;
}

a:link, a:visited {
    color: #0000e0;
    text-decoration: none
}

a:hover, a:active {
    color: #0000ff;
    text-decoration: underline
}

main {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5em;
}
