@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');

body {
    font-family: "Ubuntu", sans-serif;
    counter-reset: h2-cntr;
    counter-reset: h3-cntr;
    counter-reset: h4-cntr;
}

a {
    color: #4183C4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*******/

.wrapper {
    margin: 50px;
}

/*******/

.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}
