@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700);

body {
    font-family: 'Roboto Condensed', Verdana, Geneva, 'sans-serif';
    font-size: 20px;
    font-weight: 300;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 50px;
}

.wrapper {
    margin: 50px 0;
}

.container {
    max-width: 800px;
}

p {
    color: #444;
    line-height: 30px;
}
