body{
    color: #333333;
    margin: 0;
    text-align: center;
    font-family: "Lora", serif;
    background-color: beige;
}

.photo{
    margin-top: 40px;
    border-radius: 50%; 
    margin-bottom: 40px;   
}

.about-me{
    text-align: justify;
}

.footer{
    margin-top: 120px;
}

.container-skills{
    display: flex;
    justify-content: center;
    align-items: center;
}
.skill-rating{
    text-align: left;
}
.container-ed{
    display: flex;
    justify-content: center;
    align-items: center;
}
.edu{
    text-align: left;
}
.container-work{
    display: flex;
    justify-content: center;
    align-items: center;
}
.work{
    text-align: left;
}
.title-work{
    margin: 5%;
}
