#header {
    height: 50px;
    width: 100%;
    background-color: #333c6e;
    color: white;
    line-height: 50px;
    padding: 0 50px;
}

#header span {
    display: inline-block;
}
