/* MENU */
.menu {
    width:100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.icon a:hover {
    text-decoration: none;
}

.writingsBtn {
    /* centering the middle button horizontally */
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
}