body {
    width: 100%;
    max-width: 777px;
    padding: 1.2em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    color: blanchedalmond;
    background-color: darkslategray;
}
* {
    box-sizing: border-box;
}
a {
    color: white;
    text-decoration: none;
}
#chris-profile {
    width: 100%;
    height: 72px;
    overflow: hidden;
}
#chris-profile:hover {
    height: fit-content;
}
.radial-button {
    display: inline;
    width: 32px;
    height: 32px;
    margin: 8px;
    padding: 0 8px 0 8px;
    border-radius: 16px;
    border: 2px solid whitesmoke;
    color: blanchedalmond;
    background-color: black;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 400;
}
.radial-portrait {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 2px solid gray;
    background-image: url("christopher-batt-profile-1.jpg");
    background-size: contain;
}
.article {
    padding: 5px;
    border: 1px dotted white;
}
.article > a {
    font-size: 1.5em;
}
.article > h2 {
    margin: 0;
    color: white;
    font-size: 1.0em;
    font-weight: 100;
}
