.head {
    margin-bottom: 10px;
    height: 70px;
    top: 0px;
    background-color: #333;
    border-bottom: 1px solid #777;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    color: #eee;
    line-height: 70px;
    font-weight: 300;
    font-size: 2em;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
