body {
    background-color: #eee;
}
body header{
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif;
    color: #444;
    width: 80%;
    margin: 20px auto;
}

body header h1{
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 40px;
}

body header h2{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;

}

body header img{
}