*{
    padding: 0;
    border: 0;
    margin: 0;
}

body{

}

ul{
    margin-top: 20px;
    margin-bottom: 80px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: #083763;
}

.container img{
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
}

.sectionApresentation{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sectionAboutMe{
    background-color: #444444;
    padding: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionAboutMe img{
    border-radius: 20px;
}

h1{
    font-size: 3rem;
    color: #fff;
}
h3{
    margin-top: 20px;
    color: #fff;
}

.textSectionAboutMe{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.sectionProjects{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
}

.sectionContact{
    display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
    background-color: #444444;
    padding: 20px;
}

textarea{
    width: 100%;
    height: 100px;
    border-radius: 20px;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
    resize: none;
}

.containerProjects{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.containerProjects img{
    border-radius: 20px;
    max-width: 200px;
    max-height: 200px;
}

.containerProjects div{
    max-width: 200px;
    max-height: 200px;
}