body > header:first-child {
    user-select: none;
}
@media screen and (max-width:800px) {
    body > header:first-child {
        height: 60px;
    }
    body > header:first-child > section:first-child > h1 + ul {
        display: none;
    }
}
body > section > h2 + section > a.link-long-button > span + span {
    color: #888;
    font-size: 16px;
    margin-left: 16px;
}
section#part-avatar {
    padding: 100px 20px 20px 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #333;
}
section#part-avatar > section {
    text-align: center;
    height: 280px;
    user-select: none;
}
section#part-avatar > section:first-child > img {
    background-color: white;
    width: 256px;
    height: 256px;
    border: 8px solid #333;
    border-radius: 160px;
    text-align: center;
    transition: 0.2s;
}
section#part-avatar > section:first-child > img:hover {
    border-radius: 24px;
}
section#part-avatar > h1 {
    font-size: 42px;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    line-height: 48px;
    height: 50px;
    padding: 0 0 10px 0;
    text-align: center;
}
section#part-avatar > h1 + div {
    color: #888;
    margin-top: 100px;
    width: 100%;
    height: 20px;
    text-align: center;
    cursor: default;
    user-select: none;
}
