@import url('https://fonts.googleapis.com/css?family=Varela&subset=latin');
/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');

/* ===================================
1. General
==================================== */

body {
    font-family: 'Varela', Arial, sans-serif;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #7F98B4 !important;
    margin-bottom: 20px;
}

.center-block {
    width: 380px;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.white-color{
    color: #fff !important;
}