﻿@import url(http://fonts.googleapis.com/css?family=Roboto);

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

.main-container
{
    padding: 30px;
    background-color: #FDFDFD;
    border-bottom: 1px solid #BBBBBB;
}

.name
{
    /*margin-top: 30px;*/
    font-size: 35px;
}

.short-skills
{
    margin-top: 15px;
}

.street
{
    margin-top: 30px;
}

.skills
{
    margin-top: 45px;
}

    .skills ul
    {
        margin-top: 5px;
        list-style-type: none;
    }


.copyright
{
    font-size: 12px;
}
