header#header{
    height : 3em;
    line-height: 3em;
    background-color : #333;
    color: #fff;
    width: 100%;
}

div.logo{
    font-size : 400%;
    line-height: 100%;
    padding : 20px;
    border : 1px solid gray;
    border-radius: 15%;
    width : 2.5em;
    text-align: center;
    margin: 50px auto 30px;
}