body {
    margin: 0;
    font-family: Raleway, sans-serif;
    font-weight: 100;
    font-size: 2rem;
    line-height: 3rem;
    background-color: #FBFBFB;
}

header {
    background: #333;
    color: #fff;
    text-align: left;
}

nav {
    margin: 20px 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

section {
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: left;
    /* padding: 10px 0; */
}