body {
    background: #F4F4FF;
    color: #000;
}

.bigBox {
    width: 30em;
    border: 1px solid #000010;
    border-radius: 1em;
    padding: 1em;
    margin: 2em auto 0 auto;
    background: #FCFCFF;
    color: #000;
}

header {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #000010;
    border-radius: 1em;
}

.nowrap {
    white-space: nowrap;
}

.keyPart, .hkpUrl, .xmppUri {
    font-family: monospace;
}

.keyPart {
    padding-left: 0.3em;
}

footer {
    text-align: center;
    border-top: 1px solid #000010;
    border-radius: 1em;
    padding-top: 0.4em;
    font-size: 0.8em;
}

h2 {
    margin-bottom: 0.4em;
    margin-top: 1em;
}

#Email {
    text-align: center;
    margin-bottom: 4em;
}

#Email > h2 {
    margin-bottom: 0.4em;
}

#Email > p:first-of-type {
    font-size: 1.2em;
    margin-top: 0.4em;
}

#Email > p:first-of-type:before {
    content: "📧";
    font-size: 2em;
    vertical-align: middle;
    margin-right: 0.2em;
}

#Public-key > p:first-of-type:before {
    content: "🔐";
}

#Jabber > p:first-of-type:before {
    content: "🗪";
}

#Irc > p:first-of-type:before {
    content: "🗫";
}
