
div.header {
    background-color: #0097FB;
    background-image: linear-gradient(to bottom, #28A5FC, #0097FB);
    background-repeat: x;
}

div.header h1 {
    padding-top: 95px;
    color: #FFF;
    font-size: 40px;
}

div.header h1 small {
    color: #C8C8C8;
    font-size: 55%;
}

div.header .whole-composition {
    padding-top: 25px;
    padding-bottom: 25px;
}

address {
    text-align: right;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}
