body {
    background: #dfdfdf;
    font-family: 'Raleway', sans-serif;;
    color: #222222;
    margin: 0
}

.container {
    width: 900px;
    margin: 0 auto;
}

.profile {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.foto-principal {
    width: 150px;
    border: 2px solid #FFFFFF; /*shorthand*/
    border-radius: 30%;
    margin: 30px 30px 0 30px;
    /*padding: 10px;*/
    box-shadow: 0px 0px 10px #959595;
}

h1 {
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: -1;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 40px;
}

h2 {
    margin-top: 0;
    font-style: italic;
    color: rgb(73, 73, 73);
    font-weight: 100;
    letter-spacing: -1;
}

.social-links {
    text-decoration: none;
}

.social-icons {
    width: 20px;
}

.linkedin {
    margin-left: 15px;
    margin-right: 15px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 40px;
    padding: 10px 0;
    width: auto;
}

@media screen and (max-width: 800px){
    footer, .profile, body, .container{
        width: auto;
    }
}