html, body {
    background: #EEE;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}


.header {
    background: #eee;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.header img {
    width: 180px;
    border-radius: 100px;
    display: block;
    margin: auto;
    background: #fff;
    padding: 5px;
    border: 1px solid #999;
}
.header h1 {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.email {
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    color: #888;
}

.summary {
    font-size: 14px;
    max-width: 350px;
    text-align: center;
    margin: auto;
    margin-top: -10px;
    color: #333;
}

.links {
    text-align: center;
    font-size: 14px;
}

sup {
    font-weight: 300;
    font-size: 10px;
}


.body {
    max-width: 80ch;
    margin: 50px auto;
    padding: 0px 2ch;
}
.body h1 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    color: #111;
}
.body p {
    color: #111;
    /*text-align: justify;*/
    position: relative;
}
.body h1~p:last-child {
    border-bottom: 1px solid #bbb;
    padding-bottom: 50px;
}
.body .topic {
    margin-bottom: 50px;
}
.body .topic ul li {
    margin-bottom: 10px;
}
.body .topic li strong {
    padding-right: 10px;
}
.body h1~p:last-child:after {
    background: #eee;
    border: 1px solid #bbb;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -6px;
    border-radius: 10px;
    bottom: -6px;
}


a {
    color: #BF0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


.footer {
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
