@import 'reset.css';

body {
    font-family: Helvetica, Verdana, sans-serif;
    margin-bottom: 30px;
}

h1 {
    font-size: 4em;
    font-family: "Oswald", Verdana, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 40px 0;
}

section h1 {
    font-size: 2em;
    font-family: "Oswald", Verdana, sans-serif;
    font-weight: 300;
    margin: 40px 0 15px 0;
}

main {
    text-align: center;
}

main > iframe {
    display: inline-block;
}

li {
    list-style: none outside;
}

#projects {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

#projects li {
    margin-bottom: 5px;
}