body{
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Indie Flower', cursive;
}
h2 {
    font-family: 'Indie Flower', cursive;
}
h3 {
    font-family: 'Indie Flower', cursive;
}

ul.social {
    list-style-type: none;
    padding:0;
    margin: 10px 0 0 0;
}

ul.social > li {
    font-size: large;
    display:inline-block;
    margin: 20px;
}

.container {
    margin-top: 100px;
}