*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body{
    padding: 15px;
    font-family: Arial, sans-serif;
    background-image: url(img/text_jornal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a{
    font-size: 10px;
}
h3{
    padding: 5px;
    background-color: rgb(0, 0, 255, 0.3);
    border-radius: 30px;   
    box-shadow: 0 5px 5px gray; 
}
h2{
    box-shadow: 5px 5px 5px gray;
}
h1{
    text-shadow: 5px 5px 5px gray;
}
p{
    text-shadow: 1px 1px 1px gray;
}




.profile, .soft_skills, .formacao,.experiencia {
    padding: 20px;
    margin: 10px 20px;
}




.photo {
    margin-top: 20px;
    text-align: center;
    
}
.photo img{
    width: 160px;
    border-radius: 80px;
    box-shadow: 0px 0px 8px blue;
}




.personal_data{
    padding: 15px;
    display: block;
    text-align: center;
}



.social_link{
    padding: 10px;
    margin: 15px;
}
.link {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.link img{
    width: 60px;
}
.link img:hover{
    width: 70px;
}




.profile{
    text-align: center;
}
.profile p{
    margin-top: 10px;
}




.soft_skills {
    text-align: center;
    
}
.soft_skills p{
    margin-top: 10px;
}



.formacao{
    text-align: center;
}
.formacao img{
    width: 80px;
    border-radius: 80px;
}
.formacao_link {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 15px;
}
.formacao li span{
    color: gray;
}




.experiencia{
    text-align: center;
}
.experiencia img{
    width: 80px;
    border-radius: 80px;
}
.experiencia li{
    width: 150px;
    align-self: center;
}
.experiencia_link {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 12px;
}
.experiencia span{
    color: gray;
}




.footer{
    padding: 10px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 8px;
}
.footer p{
    margin-top: 5px;
}
.footer img{
    width: 50px;
    border-radius: 80px;
   
}




.cursos{
    display: block;
    text-align: center;
    align-items: center;
}