/* Resetando estilos padrão */
body, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: #007bff;
    color: #fff;
    padding: 20px 0;
}

header h1 {
    font-size: 2rem;
    text-align: center;
}

header nav ul {
    text-align: center;
    margin-top: 20px;
}

header nav ul li {
    display: inline;
    margin-right: 20px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

section {
    padding: 60px 0;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.sobre-conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-conteudo img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-right: 40px;
}

.habilidades-conteudo ul {
    list-style: none;
}

.habilidades-conteudo ul li {
    margin-bottom: 10px;
}

.projetos-conteudo p {
    text-align: center;
}
