.title-container {
    text-align: center;
    margin-top: 8em;
}
.title-container h1 {
    margin: 0;
    color: #bbb;
}
.title-container h1 img {
    border-radius: 0.125em;
    border: 2px solid #555;
    height: 1.25em;
    width: 1.25em;
    display: inline-block;
    margin: 0 0.125em 0.25em 0;
}
.title-container h4 {
    color: #888;
    font-size: 1.25em;
}


.icon-container {
    margin-top: 10em;
    margin-bottom: 10em;
    overflow: auto;
    text-align: center;
}
.one-icon {
    display: inline-block;
    font-size: 20em;
    line-height: 1em;
    vertical-align: middle;
}
.one-icon:first-child,
.one-icon:last-child {
    font-size: 8em;
    line-height: 2.5em;
    margin: 0 1em;
}
.one-icon svg { }
.one-icon svg path {
    fill: #ccc;
}

.one-icon:first-child svg,
.one-icon:last-child svg { }

