h2 {
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
}

.btn-blue {
    background-color: #28aadf;
    color: white;
}

.btn-blue:hover {
    background-color: #2b4d7f;
    color: white;
}