*{
    font-family: 'Raleway', sans-serif;
    color: #0d2338;
}
h2 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 300;
}
h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 300;
}
p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.4;
}
a {
    color: #337ab7;
    text-decoration: none;
}

.logo {
    max-width: 200px; 
    margin: 70px auto 0 auto; 
    display:block;
}
.wrapper {
    background-color: white; 
    padding: 40px; 
    box-shadow: 0 0 0 1px #dbe0e3; 
    margin: 50px auto;
    max-width: 1170px;
}
.title {
    margin-top: 0; 
    text-align: center;
}
.subtitle {
    margin-bottom: 40px; 
    text-align: center;
}