body {
    margin: 40px 0 100px 0;
}

.nav {
    position: static;
    width: 100%;
    height: 150px;
    margin: 20px 0;
}

.nav-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.nav-icon:before {
    font-size: 54px;
}

.nav-title, .nav-author {
    height: 0;
    width: 0;
    visibility: hidden;
    pointer-events: none;
}

.content, .content-separator, .footer {
    width: 80%;
}