/* Fonts */
@font-face {
    font-family: 'Quicksand';
    src: url(../font/quicksand/quicksand.ttf) format('truetype');
}

@font-face {
    font-family: 'Intro';
    src: url(../font/intro/intro.otf) format('truetype');
}


/* Content */
.container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 20px auto;
}

.container h1 {
    font-family: Raleway;
    font-size: 24px;
    color: #222;
    text-transform: uppercase;
    margin: 20px 0;
}

.container h2 {
    font-family: Raleway;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.container h3 {
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    color: #aaa;
}

.code {
    width: 600px;
    height: auto;
    margin: 20px auto;
    padding: 10px 20px;
    background: #222;
    border-left: 10px solid #aaa;
    font-family: Consolas;
    font-size: 16px;
    color: #fff;
}

.code span {
    color: #89A978;
}

.space {
    width: 20px;
    height: 1px;
    float: left;
}

