html {
    height: 100%;
    color: #484848;
    background: #f0f0f0;
    font: normal 100%/1.3 sans-serif;
}
body {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
a, a:link, a:visited, a:hover, a:active {
    color: #6258db;
    text-decoration: none;
}
a:hover {
    border-bottom: .05em solid;
}
.layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 1em 1em 6em;
}
h1 {
    font-size: 2em;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    transform: scaleY(.85);
}
.title {
    text-transform: lowercase;
    padding-bottom: .5rem;
    border-bottom: .2rem solid;
}
p.image + .title {
    margin-top: .75rem;
}
.title + ul {
    margin-top: .5rem;
}
p.image {
    text-align: center;
    margin: 0;
}
.image img {
    height: 7rem;
}
.image span {
    display: inline-block;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}
ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
    text-align: center;
    padding: 0;
    margin: .25em .35em;
}
