body {
    font-family: sans-serif;
    margin: 0;
}

.header {
    text-align: center;
    width: 100%;
}

.header-title {
    background: #e6e6e6;
    overflow: auto;
}

.header-profile {
    background: #e6e6e6;
    float: none;
    width: 100%;
    position: relative;
    padding-top: 110px;
    margin-bottom: 90px;
}

.header-profile img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -90px;
}

.content-main {
    max-width: 1280px;
    margin: auto;
}

.pgp-key {
    max-width: 66ch;
    margin: auto;
    white-space: pre;
    font-family: monospace;
}

